mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: fsarchiver-0.6.17.
This commit is contained in:
parent
4ab5a580ac
commit
179f69ea0e
1 changed files with 20 additions and 0 deletions
20
srcpkgs/fsarchiver/template
Normal file
20
srcpkgs/fsarchiver/template
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue