wok-next diff gtick/receipt @ rev 2005

Up: xpad (3.0)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 20:25:24 2009 +0100 (2009-01-08)
parents d7cac689bd5f
children 8b79c3ee7ac2
line diff
     1.1 --- a/gtick/receipt	Fri Jun 06 11:45:04 2008 +0200
     1.2 +++ b/gtick/receipt	Thu Jan 08 20:25:24 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