snapper: update to 0.2.3.
This commit is contained in:
parent
61be614e46
commit
f60f2b37f7
1 changed files with 5 additions and 4 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'snapper'
|
# Template file for 'snapper'
|
||||||
pkgname=snapper
|
pkgname=snapper
|
||||||
version=0.1.7
|
version=0.2.3
|
||||||
revision=3
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-zypp --with-conf=/etc/conf.d"
|
configure_args="--disable-zypp --with-conf=/etc/conf.d"
|
||||||
hostmakedepends="pkg-config automake libtool libxml2-devel libxslt docbook-xsl"
|
hostmakedepends="pkg-config automake libtool libxml2-devel libxslt docbook-xsl"
|
||||||
makedepends="zlib-devel boost-devel>=1.54 dbus-devel libxml2-devel pam-devel"
|
makedepends="zlib-devel boost-devel>=1.54 dbus-devel libxml2-devel pam-devel
|
||||||
|
acl-devel libmount-devel libbtrfs-devel"
|
||||||
conf_files="/etc/conf.d/snapper"
|
conf_files="/etc/conf.d/snapper"
|
||||||
short_desc="Tool for Linux filesystem snapshot management"
|
short_desc="Tool for Linux filesystem snapshot management"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://snapper.io"
|
homepage="http://snapper.io"
|
||||||
distfiles="ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=fcb8d98aa36021970b214a2b6ea85f86aa29e107559bf677226e2e4ade2c6ed0
|
checksum=6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# rename cron scripts
|
# rename cron scripts
|
||||||
|
|
Loading…
Reference in a new issue