wok diff nano/receipt @ rev 3236

Fix: rrdtool, enable perl site configuration
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri May 29 23:36:34 2009 +0200 (2009-05-29)
parents c4bc94f1fe55
children 82cd8e77939c
line diff
     1.1 --- a/nano/receipt	Wed Sep 17 23:54:59 2008 +0200
     1.2 +++ b/nano/receipt	Fri May 29 23:36:34 2009 +0200
     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