wok diff kmod/receipt @ rev 15214

nbd: add config file
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 13 12:30:04 2013 +0000 (2013-09-13)
parents e953efa0ff33
children 6282f5a01acb
line diff
     1.1 --- a/kmod/receipt	Mon Aug 12 13:23:00 2013 +0000
     1.2 +++ b/kmod/receipt	Fri Sep 13 12:30:04 2013 +0000
     1.3 @@ -8,11 +8,11 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.6  WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/kmod/"
     1.7 -WGET_URL="http://ftp.kernel.org/pub/linux/utils/kernel/kmod/$TARBALL"
     1.8 +WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/$TARBALL"
     1.9  PROVIDE="modules-init-tools"
    1.10  
    1.11  DEPENDS="zlib liblzma"
    1.12 -BUILD_DEPENDS="zlib-dev liblzma-dev"
    1.13 +BUILD_DEPENDS="zlib-dev liblzma-dev tar"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()