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

Up: isomaster (1.3.5)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 19:12:39 2009 +0100 (2009-01-08)
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	Thu Jan 08 19:12:39 2009 +0100
     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