wok diff units/receipt @ rev 11690

acpid: update start script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 17:22:04 2012 +0100 (2012-02-18)
parents b2ed9ea6a8f2
children e2f1d5ecf6ec
line diff
     1.1 --- a/units/receipt	Thu Feb 03 20:49:01 2011 +0000
     1.2 +++ b/units/receipt	Sat Feb 18 17:22:04 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