wok-stable diff util-linux-ng/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 163676c61a63
children
line diff
     1.1 --- a/util-linux-ng/receipt	Fri May 20 19:25:36 2011 +0000
     1.2 +++ b/util-linux-ng/receipt	Sat Dec 10 04:42:49 2011 +0100
     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()