# HG changeset patch # User Christophe Lincoln # Date 1306002692 -7200 # Node ID 7e20ab631d28dc7035c621d6e2c59c1367b642b4 # Parent cf96490d634cc3d1aa2ee3d7e8614083bacf4c4b util-linux-ng: fix wget url (did you test and build your upadates ???) diff -r cf96490d634c -r 7e20ab631d28 util-linux-ng/receipt --- a/util-linux-ng/receipt Sat May 21 18:13:30 2011 +0200 +++ b/util-linux-ng/receipt Sat May 21 20:31:32 2011 +0200 @@ -7,12 +7,13 @@ MAINTAINER="pankso@slitaz.org" SOURCE="util-linux" TARBALL="$SOURCE-$VERSION.tar.bz2" -DEPENDS="glibc-base" +WEB_SITE="http://kernel.org/~kzak/util-linux-ng/" +WGET_URL="http://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.19/$TARBALL" +COOK_OPT="!fs" +LOCALE="" + +DEPENDS="" BUILD_DEPENDS="ncurses-dev zlib-dev" -WEB_SITE="http://kernel.org/~kzak/util-linux-ng/" -WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v${VERSION}/$TARBALL" -LOCALE="" -COOK_OPT="!fs" # Rules to configure and make the package. compile_rules()