wok diff kmod/receipt @ rev 18232
linld: add tobzimage (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 23 12:19:27 2015 +0200 (2015-07-23) |
parents | 9be2dfe2fe72 |
children | d5ea8d61ec6e |
line diff
1.1 --- a/kmod/receipt Wed Mar 12 20:54:03 2014 +0100 1.2 +++ b/kmod/receipt Thu Jul 23 12:19:27 2015 +0200 1.3 @@ -7,17 +7,17 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 LICENSE="GPL2" 1.6 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.7 -WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/kmod/" 1.8 -WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/$TARBALL" 1.9 +WEB_SITE="https://www.kernel.org/pub/linux/utils/kernel/kmod/" 1.10 +WGET_URL="$WEB_SITE$TARBALL" 1.11 PROVIDE="modules-init-tools" 1.12 HOST_ARCH="i486 arm" 1.13 1.14 DEPENDS="zlib liblzma" 1.15 -BUILD_DEPENDS="zlib-dev liblzma-dev tar" 1.16 +BUILD_DEPENDS="wget zlib-dev liblzma-dev tar" 1.17 1.18 # Handle cross compilation. ARM use build host: tar 1.19 case "$ARCH" in 1.20 - arm) BUILD_DEPENDS="zlib-dev liblzma-dev" ;; 1.21 + arm) BUILD_DEPENDS="wget zlib-dev liblzma-dev" ;; 1.22 esac 1.23 1.24 # Rules to configure and make the package.