# HG changeset patch # User Christopher Rogers # Date 1306012756 0 # Node ID a1076cb2b3367d61843773fa41153a913a98c5ae # Parent 5eefd313d61eef262a59f2f9680db02889543b52 units: Add $CONFIGURE_ARGS. diff -r 5eefd313d61e -r a1076cb2b336 units/receipt --- a/units/receipt Sat May 21 20:55:43 2011 +0000 +++ b/units/receipt Sat May 21 21:19:16 2011 +0000 @@ -10,11 +10,14 @@ WEB_SITE="http://www.gnu.org" WGET_URL="http://ftp.gnu.org/gnu/units/$TARBALL" +DEPENDS="readline ncurses" +BUILD_DEPENDS="readline-dev ncurses-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure && + ./configure $CONFIGURE_ARGS && make && make -j1 DESTDIR=$DESTDIR install }