wok-6.x diff nano/receipt @ rev 2195
Add busybox-pam
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 09 12:28:12 2009 +0000 (2009-02-09) |
parents | c4bc94f1fe55 |
children | 82cd8e77939c |
line diff
1.1 --- a/nano/receipt Wed Sep 17 23:54:59 2008 +0200 1.2 +++ b/nano/receipt Mon Feb 09 12:28:12 2009 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="GNU Nano Text Editor." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="ncurses" 1.7 +BUILD_DEPENDS="ncurses-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.nano-editor.org/" 1.10 WGET_URL="http://www.nano-editor.org/dist/v2.0/$TARBALL" 1.11 @@ -16,8 +17,8 @@ 1.12 cd $src 1.13 ./configure --enable-all --enable-extra --prefix=/usr \ 1.14 --infodir=/usr/share/info --mandir=/usr/share/man \ 1.15 - --sysconfdir=/etc $CONFIGURE_ARGS 1.16 - make 1.17 + --sysconfdir=/etc $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21