wok-4.x diff e2fsprogs/receipt @ rev 4576
lighttpd-ssl: fix WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 09 20:50:45 2009 +0100 (2009-12-09) |
parents | c0c30050ba4a |
children | 41df03920955 |
line diff
1.1 --- a/e2fsprogs/receipt Sun Jul 19 22:37:10 2009 +0200 1.2 +++ b/e2fsprogs/receipt Wed Dec 09 20:50:45 2009 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="e2fsprogs" 1.7 -VERSION="1.41.7" 1.8 +VERSION="1.41.9" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Filesystem utilities for use with ext2 and ext3 (without fsck*)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://e2fsprogs.sourceforge.net/" 1.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 -DEPENDS="libcomerr libuuid util-linux-ng-blkid" 1.16 +DEPENDS="libcomerr util-linux-ng-blkid util-linux-ng-uuid" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 @@ -44,8 +44,11 @@ 1.21 # Remove fsck provided by Busybox and blkid by util-linux-ng. 1.22 rm $fs/sbin/fsck* $fs/sbin/blkid 1.23 rm $fs/lib/libblkid* $fs/usr/lib/libblkid* 1.24 + # Remove uuid files provided by util-linux-ng. 1.25 + rm $fs/usr/sbin/uuidd $fs/usr/bin/uuidgen 1.26 + rm $fs/lib/libuuid* $fs/usr/lib/libuuid* 1.27 # Package all mysql pkgs 1.28 - for i in $(cd $WOK; ls -d e2fsprogs-* libcomerr* libuuid*) 1.29 + for i in $(cd $WOK; ls -d e2fsprogs-* libcomerr*) 1.30 do 1.31 tazwok genpkg $i 1.32 done