New package: fsarchiver-0.6.17.

This commit is contained in:
Juan RP 2013-07-03 16:17:18 +02:00
parent 4ab5a580ac
commit 179f69ea0e
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template file for 'fsarchiver'
pkgname=fsarchiver
version=0.6.17
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="zlib-devel bzip2-devel lzo-devel liblzma-devel libgcrypt-devel
e2fsprogs-devel libuuid-devel attr-devel"
short_desc="Safe and flexible file-system backup and deployment tool"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.fsarchiver.org/"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=409add97337783cb135f15c07318acf5067f5837f07bd62c7e358f3dcf5dced5
fsarchiver_package() {
pkg_install() {
vmove usr
}
}