wok-6.x diff atftp/receipt @ rev 11103
Up: epdfview to 0.1.8.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 03:00:38 2011 +0000 (2011-10-17) |
parents | 83a5a446092c |
children | f4c22f009037 |
line diff
1.1 --- a/atftp/receipt Thu Nov 11 18:40:04 2010 +0100 1.2 +++ b/atftp/receipt Mon Oct 17 03:00:38 2011 +0000 1.3 @@ -8,8 +8,9 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://freshmeat.net/projects/atftp/" 1.6 WGET_URL="http://downloads.openwrt.org/sources/$TARBALL" 1.7 -DEPENDS="ncurses" 1.8 -BUILD_DEPENDS="pcre-dev" 1.9 + 1.10 +DEPENDS="ncurses readline" 1.11 +BUILD_DEPENDS="pcre-dev readline-dev" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 @@ -23,7 +24,7 @@ 1.16 --mandir=/usr/share/man \ 1.17 $CONFIGURE_ARGS && 1.18 make && 1.19 - make DESTDIR=$PWD/_pkg install 1.20 + make DESTDIR=$DESTDIR install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.