wok-4.x diff readline/receipt @ rev 10348
gawk: Add BUILD_DEPENDS back so gawk will be build after gcc is with tazwok.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 15:20:47 2011 +0000 (2011-05-22) |
parents | 5740040c75b8 |
children | 39f7962e4210 |
line diff
1.1 --- a/readline/receipt Fri Feb 18 01:18:35 2011 +0000 1.2 +++ b/readline/receipt Sun May 22 15:20:47 2011 +0000 1.3 @@ -5,17 +5,18 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="GNU readline." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="ncurses" 1.8 -BUILD_DEPENDS="ncurses" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" 1.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 +DEPENDS="ncurses" 1.14 +BUILD_DEPENDS="ncurses-dev" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 cd $src 1.20 - ./configure && 1.21 + ./configure $CONFIGURE_ARGS && 1.22 make && 1.23 1.24 # readline make install ignore DESTDIR environnment variable.