wok-4.x diff aterm/receipt @ rev 1479
madwifi: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 04 14:46:49 2008 +0000 (2008-10-04) |
parents | e7fa6384d0ce |
children | 52dc4b48ed81 |
line diff
1.1 --- a/aterm/receipt Sat Sep 06 15:30:37 2008 +0000 1.2 +++ b/aterm/receipt Sat Oct 04 14:46:49 2008 +0000 1.3 @@ -5,7 +5,8 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="terminal emulator" 1.6 MAINTAINER="allan316@gmail.com" 1.7 -DEPENDS="" 1.8 +DEPENDS="xorg" 1.9 +BUILD_DEPENDS="xorg-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://aterm.sourceforge.net" 1.12 WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/aterm/$TARBALL" 1.13 @@ -15,8 +16,8 @@ 1.14 { 1.15 cd $src 1.16 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.18 - make 1.19 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.20 + make && 1.21 make DESTDIR=$PWD/_pkg install 1.22 } 1.23