wok rev 7727

Up: fsarchiver to 0.6.11. Made it work in clean chroot now too.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Dec 19 18:52:23 2010 +0000 (2010-12-19)
parents 9035e8329b7d
children aa04047e789c
files fsarchiver/receipt
line diff
     1.1 --- a/fsarchiver/receipt	Sun Dec 19 18:46:02 2010 +0000
     1.2 +++ b/fsarchiver/receipt	Sun Dec 19 18:52:23 2010 +0000
     1.3 @@ -1,25 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fsarchiver"
     1.7 -VERSION="0.6.7"
     1.8 +VERSION="0.6.11"
     1.9  CATEGORY="utilities"
    1.10  MAINTAINER="jozee@slitaz.org"
    1.11  SHORT_DESC="A safe and flexible file-system backup and deployment tool"
    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"
    1.15 +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.16  WEB_SITE="http://www.fsarchiver.org/"
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL"
    1.19  TAGS="compression filesystem archive backup"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22 -
    1.23  compile_rules() {
    1.24 -  cd $src
    1.25 -  ./configure --prefix=/usr &&
    1.26 -  make &&
    1.27 -  make DESTDIR="$PWD/_pkg" install
    1.28 +	cd $src
    1.29 +	./configure --prefix=/usr &&
    1.30 +	make &&
    1.31 +	make DESTDIR="$PWD/_pkg" install
    1.32  }
    1.33  	
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.