wok-next diff htop/receipt @ rev 4362
Up: vala
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Tue Oct 06 15:03:10 2009 +0000 (2009-10-06) |
parents | 484f8f7b44bf |
children | c6ccd6bc43b1 |
line diff
1.1 --- a/htop/receipt Wed Sep 17 23:51:27 2008 +0200 1.2 +++ b/htop/receipt Tue Oct 06 15:03:10 2009 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Interactive process viewer." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="ncurses" 1.7 +BUILD_DEPENDS="ncurses-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://htop.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -14,8 +15,8 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - ./configure --prefix=/usr --mandir=/usr/share/man $CONFIGURE_ARGS 1.16 - make 1.17 + ./configure --prefix=/usr --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21