wok-next diff linux-uml/receipt @ rev 18187
Up lessfs (1.7.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 08 11:52:12 2015 +0200 (2015-07-08) |
parents | be5709551b21 |
children | 08cf996a2307 |
line diff
1.1 --- a/linux-uml/receipt Fri Dec 05 13:01:58 2014 +0100 1.2 +++ b/linux-uml/receipt Wed Jul 08 11:52:12 2015 +0200 1.3 @@ -9,18 +9,17 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="GPL2" 1.6 TARBALL="$SOURCE-$KBASEVER.tar.xz" 1.7 -WEB_SITE="http://www.kernel.org/" 1.8 -WGET_URL="ftp://ftp.kernel.org/pub/linux/kernel/v3.0/$TARBALL" 1.9 +WEB_SITE="https://www.kernel.org/" 1.10 +WGET_URL="${WEB_SITE}pub/linux/kernel/v3.0/$TARBALL" 1.11 [ "$KBASEVER" != "$VERSION" ] && 1.12 PATCH="$(dirname $WGET_URL)/patch-$VERSION.xz" && 1.13 EXTRA_SOURCE_FILES="$(basename $PATCH)" 1.14 1.15 -BUILD_DEPENDS="bash perl" 1.16 +BUILD_DEPENDS="wget bash perl" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 - cd $src 1.22 if [ "$KBASEVER" != "$VERSION" ]; then 1.23 [ -s $SRC/$(basename $PATCH) ] || 1.24 wget $PATCH -O $SRC/$(basename $PATCH)