wok rev 16617

libgd: it build with same receipt than december 2013 - but with error on libgd-config that may be present for a long time
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 08 20:04:50 2014 +0200 (2014-05-08)
parents 64a50efe0309
children e0a3e1706d85
files libgd/receipt
line diff
     1.1 --- a/libgd/receipt	Thu May 08 19:56:49 2014 +0200
     1.2 +++ b/libgd/receipt	Thu May 08 20:04:50 2014 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="BSD"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 -WEB_SITE="http://www.libgd.org/"
     1.8 +WEB_SITE="http://libgd.bitbucket.org/"
     1.9  WGET_URL="hg|https://bitbucket.org/pierrejoye/gd-libgd"
    1.10  #WGET_URL="https://bitbucket.org/libgd/gd-libgd/downloads/$TARBALL"
    1.11  HOST_ARCH="i486 arm"
    1.12 @@ -35,8 +35,8 @@
    1.13  	./bootstrap.sh
    1.14  	./configure \
    1.15  		--prefix=/usr \
    1.16 -		$CONFIGURE_ARGS &&
    1.17 -	make -C config gdlib-config &&
    1.18 +		$CONFIGURE_ARGS
    1.19 +	make -C config gdlib-config
    1.20  	cp config/gdlib-config $DESTDIR/usr/local/bin
    1.21  	chmod +x $DESTDIR/usr/local/bin/gdlib-config
    1.22  	cd ..