wok diff xorg-xcursorgen/receipt @ rev 3481

Add: fastjar, a C implementation of the JDK jar utility
author Matthew Sheets <rcx@zoominternet.net>
date Wed Jun 17 10:17:44 2009 +0000 (2009-06-17)
parents a8e90ba27401
children 07ae722ec64e
line diff
     1.1 --- a/xorg-xcursorgen/receipt	Sun Feb 24 20:46:37 2008 +0100
     1.2 +++ b/xorg-xcursorgen/receipt	Wed Jun 17 10:17:44 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="X cursor generator."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg"
     1.8 +DEPENDS="xorg libpng zlib"
     1.9  SOURCE="xcursorgen"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.x.org/"
    1.12 @@ -18,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