wok rev 10336
readline: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 01:25:04 2011 +0000 (2011-05-22) |
parents | eab0042ff759 |
children | 7a71651655dc |
files | readline/receipt |
line diff
1.1 --- a/readline/receipt Sun May 22 01:23:23 2011 +0000 1.2 +++ b/readline/receipt Sun May 22 01:25:04 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.