wok rev 10328
fsarchiver: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 00:55:31 2011 +0000 (2011-05-22) |
parents | 686120919f40 |
children | 1d1e623d75eb |
files | fsarchiver/receipt |
line diff
1.1 --- a/fsarchiver/receipt Sun May 22 00:49:28 2011 +0000 1.2 +++ b/fsarchiver/receipt Sun May 22 00:55:31 2011 +0000 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.