wok diff icon-naming-utils/receipt @ rev 1514

Update some BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 06 19:20:18 2008 +0000 (2008-10-06)
parents ccf126429a43
children 422fcad5efbd
line diff
     1.1 --- a/icon-naming-utils/receipt	Wed Feb 13 14:56:26 2008 +0100
     1.2 +++ b/icon-naming-utils/receipt	Mon Oct 06 19:20:18 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Perl script used for desktop icon compatibility"
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="perl perl-xml-simple"
     1.7 +BUILD_DEPENDS="perl perl-xml-simple"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://tango.freedesktop.org/"
    1.10  WGET_URL=" http://tango.freedesktop.org/releases/$TARBALL"
    1.11 @@ -17,8 +18,8 @@
    1.12  	./configure \
    1.13  		--prefix=/usr \
    1.14  		--libexecdir=/usr/lib/icon-naming-utils \
    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