wok diff xpad/receipt @ rev 1460

aterm beaver chemtool gftp grisbi gtick gtk-gnutella klavaro leafpad mtpaint sylpheed wine xpad: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 20:14:14 2008 +0000 (2008-10-03)
parents 3e70d6e68647
children 95bbb3fdeed9
line diff
     1.1 --- a/xpad/receipt	Sat Apr 12 21:39:03 2008 +0200
     1.2 +++ b/xpad/receipt	Fri Oct 03 20:14:14 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Desktop note pad using GTK+ toolkit."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+"
     1.7 +BUILD_DEPENDS="pkg-config gtk+"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://xpad.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -18,8 +19,8 @@
    1.12  	./configure \
    1.13  		--prefix=/usr \
    1.14  		--mandir=/usr/share/man \
    1.15 -		$CONFIGURE_ARGS
    1.16 -	make
    1.17 +		$CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21