wok-6.x rev 10308
units: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 21:19:16 2011 +0000 (2011-05-21) |
parents | 5eefd313d61e |
children | 277f0ebcf4df |
files | units/receipt |
line diff
1.1 --- a/units/receipt Sat May 21 20:55:43 2011 +0000 1.2 +++ b/units/receipt Sat May 21 21:19:16 2011 +0000 1.3 @@ -10,11 +10,14 @@ 1.4 WEB_SITE="http://www.gnu.org" 1.5 WGET_URL="http://ftp.gnu.org/gnu/units/$TARBALL" 1.6 1.7 +DEPENDS="readline ncurses" 1.8 +BUILD_DEPENDS="readline-dev ncurses-dev" 1.9 + 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 cd $src 1.14 - ./configure && 1.15 + ./configure $CONFIGURE_ARGS && 1.16 make && make -j1 DESTDIR=$DESTDIR install 1.17 } 1.18