wok diff module-init-tools/receipt @ rev 917

Up: lxlauncher (0.2)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 16 10:46:03 2008 +0200 (2008-06-16)
parents d293797ba11d
children 65d3dfc87776
line diff
     1.1 --- a/module-init-tools/receipt	Fri Feb 29 17:03:03 2008 +0100
     1.2 +++ b/module-init-tools/receipt	Mon Jun 16 10:46:03 2008 +0200
     1.3 @@ -5,15 +5,17 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="Kernel modules manipulation tools."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="zlib"
     1.8 +DEPENDS="zlib lzlib"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/"
    1.11  WGET_URL="${WEB_SITE}$TARBALL"
    1.12 +BUILD_DEPENDS="zlib-dev lzlib-dev lzlib"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17  	cd $src
    1.18 +	patch -p1 < ../stuff/lzlib.u
    1.19  	./configure --enable-zlib --prefix=/usr \
    1.20  	--sbindir=/sbin --bindir=/bin --sysconfdir=/etc \
    1.21  	--infodir=/usr/share/info --mandir=/usr/share/man \