wok diff gtick/receipt @ rev 1603

Add perl-unicode-map
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 19 11:13:51 2008 +0000 (2008-10-19)
parents d7cac689bd5f
children 8b79c3ee7ac2
line diff
     1.1 --- a/gtick/receipt	Fri Jun 06 11:45:04 2008 +0200
     1.2 +++ b/gtick/receipt	Sun Oct 19 11:13:51 2008 +0000
     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