wok diff libgd/receipt @ rev 17669
vkeybd: update TCL_VERSION
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 16 23:47:24 2015 +0100 (2015-02-16) |
parents | 74774ef92e6d |
children | 17e313b5b9c1 |
line diff
1.1 --- a/libgd/receipt Thu May 08 17:42:56 2014 +0000 1.2 +++ b/libgd/receipt Mon Feb 16 23:47:24 2015 +0100 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 ..