wok-6.x diff linux/receipt @ rev 11665
vim: fix depends
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Feb 16 11:20:12 2012 +0000 (2012-02-16) |
parents | 24a7f347ef17 |
children | 41cee386ada1 |
line diff
1.1 --- a/linux/receipt Fri Jan 20 18:06:34 2012 +0100 1.2 +++ b/linux/receipt Thu Feb 16 11:20:12 2012 +0000 1.3 @@ -7,11 +7,11 @@ 1.4 MAINTAINER="devel@slitaz.org" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://www.kernel.org/" 1.7 -WGET_URL="http://www.eu.kernel.org/pub/linux/kernel/v${VERSION:0:3}/$TARBALL" 1.8 +WGET_URL="http://www.kernel.org/pub/linux/kernel/v${VERSION:0:3}/$TARBALL" 1.9 CONFIG_FILES="/lib/modules/$VERSION-slitaz/modules.dep" 1.10 1.11 DEPENDS="depmod" 1.12 -BUILD_DEPENDS="slitaz-toolchain perl git lzma patch xz" 1.13 +BUILD_DEPENDS="slitaz-toolchain perl git lzma patch" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules()