mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
Merge pull request #1733 from thypon/fsarchiver
fsarchiver: move to usr/bin.
This commit is contained in:
commit
e5dbb34261
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fsarchiver'
|
# Template file for 'fsarchiver'
|
||||||
pkgname=fsarchiver
|
pkgname=fsarchiver
|
||||||
version=0.6.19
|
version=0.6.19
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel bzip2-devel lzo-devel liblzma-devel libgcrypt-devel
|
makedepends="zlib-devel bzip2-devel lzo-devel liblzma-devel libgcrypt-devel
|
||||||
|
@ -10,5 +10,6 @@ short_desc="Safe and flexible file-system backup and deployment tool"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.fsarchiver.org/"
|
homepage="http://www.fsarchiver.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/f/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||||
checksum=9ba4d3262059a0cb108de564340d947a4d75d34ba3b8e35a767d543afbf24dbb
|
checksum=9ba4d3262059a0cb108de564340d947a4d75d34ba3b8e35a767d543afbf24dbb
|
||||||
|
configure_args="--sbindir=/usr/bin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue