wok-4.x diff lftp/receipt @ rev 10170
Fixed the last two commits.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 21:49:32 2011 +0000 (2011-05-20) |
parents | 4bba8256c117 |
children | c6147ebe2b1b |
line diff
1.1 --- a/lftp/receipt Mon Apr 11 23:09:40 2011 +0000 1.2 +++ b/lftp/receipt Fri May 20 21:49:32 2011 +0000 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 {