wok diff units/receipt @ rev 12171
minicom: simplify receipt
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Mar 22 20:55:40 2012 +0100 (2012-03-22) |
parents | b2ed9ea6a8f2 |
children | e2f1d5ecf6ec |
line diff
1.1 --- a/units/receipt Thu Feb 03 20:49:01 2011 +0000 1.2 +++ b/units/receipt Thu Mar 22 20:55:40 2012 +0100 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