wok-4.x rev 9918
lftpd: fix bdeps
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue May 17 22:21:33 2011 +0200 (2011-05-17) |
parents | b653620e2d77 |
children | fa0fb58bdd9f |
files | lftp/receipt |
line diff
1.1 --- a/lftp/receipt Tue May 17 21:03:31 2011 +0200 1.2 +++ b/lftp/receipt Tue May 17 22:21:33 2011 +0200 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Small but powerful ftp client" 1.6 MAINTAINER="mimas@slitaz.org" 1.7 -DEPENDS="readline expat gcc-lib-base" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://lftp.yar.ru/" 1.10 WGET_URL="http://ftp.yars.free.net/pub/source/lftp/$TARBALL" 1.11 1.12 +DEPENDS="readline expat gcc-lib-base" 1.13 +BUILD_DEPENDS="readline-dev" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 {