wok-next diff gtick/receipt @ rev 2325
Add rt2860sta Wireless module (used on some EeePC)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 28 00:46:15 2009 +0100 (2009-02-28) |
parents | d7cac689bd5f |
children | 8b79c3ee7ac2 |
line diff
1.1 --- a/gtick/receipt Fri Jun 06 11:45:04 2008 +0200 1.2 +++ b/gtick/receipt Sat Feb 28 00:46:15 2009 +0100 1.3 @@ -6,6 +6,8 @@ 1.4 SHORT_DESC="GTick is a metronome application." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 +DEPENDS="gtk+" 1.8 +BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto" 1.9 WEB_SITE="http://www.antcom.de/gtick/" 1.10 WGET_URL="http://www.antcom.de/gtick/download/$TARBALL" 1.11 1.12 @@ -16,8 +18,8 @@ 1.13 ./configure \ 1.14 --prefix=/usr \ 1.15 --mandir=/usr/share/man \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22