wok-stable diff fsarchiver/receipt @ rev 12459
lives: fix symlink (thanks I-Jurij)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 28 08:19:20 2017 +0200 (2017-04-28) |
parents | 0564f6a28d04 |
children |
line diff
1.1 --- a/fsarchiver/receipt Mon Dec 27 16:51:50 2010 +0000 1.2 +++ b/fsarchiver/receipt Fri Apr 28 08:19:20 2017 +0200 1.3 @@ -5,20 +5,22 @@ 1.4 CATEGORY="utilities" 1.5 MAINTAINER="jozee@slitaz.org" 1.6 SHORT_DESC="A safe and flexible file-system backup and deployment tool" 1.7 +WEB_SITE="http://www.fsarchiver.org/" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.10 +TAGS="compression filesystem archive backup" 1.11 + 1.12 DEPENDS="bzip2 e2fsprogs lzo xz libgcrypt liblzma util-linux-ng-blkid \ 1.13 libcomerr3 zlib" 1.14 -BUILD_DEPENDS="bzip2-dev e2fsprogs-dev libgcrypt-dev lzo-dev liblzma-dev util-linux-ng-blkid-dev attr-dev util-linux-ng-uuid-dev zlib-dev pkg-config" 1.15 -WEB_SITE="http://www.fsarchiver.org/" 1.16 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL" 1.18 -TAGS="compression filesystem archive backup" 1.19 +BUILD_DEPENDS="bzip2-dev e2fsprogs-dev libgcrypt-dev lzo-dev liblzma-dev \ 1.20 +util-linux-ng-blkid-dev attr-dev util-linux-ng-uuid-dev zlib-dev pkg-config" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() { 1.24 cd $src 1.25 - ./configure --prefix=/usr && 1.26 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.27 make && 1.28 - make DESTDIR="$PWD/_pkg" install 1.29 + make DESTDIR="$DESTDIR" install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg.