wok-next rev 10273
util-linux-ng: fix wget url (did you test and build your upadates ???)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 21 20:31:32 2011 +0200 (2011-05-21) |
parents | cf96490d634c |
children | ef827f291143 |
files | util-linux-ng/receipt |
line diff
1.1 --- a/util-linux-ng/receipt Sat May 21 18:13:30 2011 +0200 1.2 +++ b/util-linux-ng/receipt Sat May 21 20:31:32 2011 +0200 1.3 @@ -7,12 +7,13 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 SOURCE="util-linux" 1.6 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.7 -DEPENDS="glibc-base" 1.8 +WEB_SITE="http://kernel.org/~kzak/util-linux-ng/" 1.9 +WGET_URL="http://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.19/$TARBALL" 1.10 +COOK_OPT="!fs" 1.11 +LOCALE="" 1.12 + 1.13 +DEPENDS="" 1.14 BUILD_DEPENDS="ncurses-dev zlib-dev" 1.15 -WEB_SITE="http://kernel.org/~kzak/util-linux-ng/" 1.16 -WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v${VERSION}/$TARBALL" 1.17 -LOCALE="" 1.18 -COOK_OPT="!fs" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules()