wok-next diff gcolor2/receipt @ rev 1477

conky slim: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 13:18:21 2008 +0000 (2008-10-04)
parents eb4e6a1af180
children 52dc4b48ed81
line diff
     1.1 --- a/gcolor2/receipt	Thu Mar 13 10:38:19 2008 +0000
     1.2 +++ b/gcolor2/receipt	Sat Oct 04 13:18:21 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Light and simple color selector."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+"
     1.7 +BUILD_DEPENDS="pkg-config gtk+ perl-xml-parser"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://gcolor2.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -15,8 +16,8 @@
    1.12  {
    1.13  	cd $src
    1.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -	make
    1.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21