wok diff libpng/receipt @ rev 1699

Add: get-eclipse-pdt, get and install eclipse PDT
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Nov 13 00:04:59 2008 +0100 (2008-11-13)
parents a7e292361750
children 59228667f806
line diff
     1.1 --- a/libpng/receipt	Fri Jul 18 21:55:28 2008 +0200
     1.2 +++ b/libpng/receipt	Thu Nov 13 00:04:59 2008 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="PNG images library."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 +BUILD_DEPENDS="pkg-config"
     1.8  WEB_SITE="http://libpng.org/pub/png/libpng.html"
     1.9  WGET_URL="$SF_MIRROR/libpng/$TARBALL"
    1.10  
    1.11 @@ -17,8 +18,8 @@
    1.12      	--enable-shared \
    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