wok-next diff htop/receipt @ rev 2641
gpxe: skip BOOT_IMAGE= from cmdline
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 17 22:12:05 2009 +0200 (2009-04-17) |
parents | 484f8f7b44bf |
children | c6ccd6bc43b1 |
line diff
1.1 --- a/htop/receipt Wed Sep 17 23:51:27 2008 +0200 1.2 +++ b/htop/receipt Fri Apr 17 22:12:05 2009 +0200 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