wok-6.x diff btrfs-progs/receipt @ rev 12870
Up: automake to 1.11.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu May 24 21:37:47 2012 +0000 (2012-05-24) |
parents | 73641efed1cc |
children | 09fb684d4984 |
line diff
1.1 --- a/btrfs-progs/receipt Mon Apr 23 16:30:27 2012 +0200 1.2 +++ b/btrfs-progs/receipt Thu May 24 21:37:47 2012 +0000 1.3 @@ -1,30 +1,33 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="btrfs-progs" 1.7 -VERSION="0.19" 1.8 +VERSION="20120423" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Btrfs Filesystem user space tools." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 -WEB_SITE="http://btrfs.wiki.kernel.org/index.php/Main_Page" 1.14 -WGET_URL="http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/$TARBALL" 1.15 -BUILD_DEPENDS="e2fsprogs-dev" 1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 +WEB_SITE="http://btrfs.wiki.kernel.org/" 1.18 +WGET_URL="git|git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git" 1.19 +TAGS="filesystem fault-tolerance" 1.20 + 1.21 DEPENDS="util-linux-uuid zlib acl" 1.22 -TAGS="filesystem fault-tolerance" 1.23 +BUILD_DEPENDS="e2fsprogs-dev zlib-dev acl-dev git" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 cd $src 1.29 - patch -Np1 -i $stuff/btrfs-progs-build-fixes.patch 1.30 + #patch -Np1 -i $stuff/btrfs-progs-build-fixes.patch 1.31 make all && 1.32 - make DESTDIR=$PWD/_pkg prefix=/usr install 1.33 + make DESTDIR=$DESTDIR prefix=/usr install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 mkdir -p $fs/usr 1.40 - cp -a $_pkg/usr/bin $fs/usr 1.41 + cp -a $install/usr/bin $fs/usr 1.42 + # Split mkfs --> btrfs-mkfs 1.43 + rm $fs/usr/bin/mkfs.btrfs 1.44 } 1.45