wok-4.x diff util-linux-ng/receipt @ rev 6770
Added liboil to liboil-dev depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 18 02:26:10 2010 +0000 (2010-10-18) |
parents | 964f5d384827 |
children | 00973bd72b33 |
line diff
1.1 --- a/util-linux-ng/receipt Sat Sep 04 16:02:13 2010 +0200 1.2 +++ b/util-linux-ng/receipt Mon Oct 18 02:26:10 2010 +0000 1.3 @@ -1,21 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="util-linux-ng" 1.7 -VERSION="2.16.1" 1.8 +VERSION="2.18" 1.9 CATEGORY="meta" 1.10 SHORT_DESC="Util linux new generation (Meta package to build utility ans libs)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 DEPENDS="glibc-base" 1.14 -BUILD_DEPENDS="slitaz-toolchain ncurses-dev e2fsprogs-dev" 1.15 +BUILD_DEPENDS="slitaz-toolchain ncurses-dev e2fsprogs-dev zlib-dev" 1.16 WEB_SITE="http://kernel.org/~kzak/util-linux-ng/" 1.17 -WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/$TARBALL" 1.18 +WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v${VERSION%*}/$TARBALL" 1.19 LOCALE="" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 cd $src 1.25 + # fix findmnt 1.26 + patch -p1 -i ../stuff/fix-findmnt.patch 1.27 + # fix cfdisk partition changing, included in next upstream release 1.28 + patch -p1 -i ../stuff/util-linux-ng-cfdisk.patch 1.29 + 1.30 if ! grep 'tty:x:4:' /etc/group; then 1.31 addgroup -g 4 tty 1.32 fi