wok-current diff lftp/receipt @ rev 5692
busybox: add modprobe -l support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 05 15:38:11 2010 +0200 (2010-06-05) |
parents | 3dd05b22268d |
children | cab6e4349e1a |
line diff
1.1 --- a/lftp/receipt Sat Sep 26 22:33:37 2009 +0000 1.2 +++ b/lftp/receipt Sat Jun 05 15:38:11 2010 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Small but powerful ftp client" 1.6 MAINTAINER="mimas@slitaz.org" 1.7 -DEPENDS="readline expat" 1.8 +DEPENDS="readline expat gcc-lib-base" 1.9 BUILD_DEPENDS="readline-dev expat-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://lftp.yar.ru/" 1.12 @@ -21,8 +21,8 @@ 1.13 --without-gnutls \ 1.14 --without-openssl \ 1.15 --mandir=/usr/share/man \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22