wok diff htop/receipt @ rev 4519
xine: dont use external ffmpeg
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Nov 27 17:10:14 2009 +0100 (2009-11-27) |
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 Nov 27 17:10:14 2009 +0100 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