wok-current diff libgd/receipt @ rev 15623
metacity: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 08 13:52:08 2013 +0000 (2013-12-08) |
parents | 16c18225789a |
children | 7b41ff9ba5dd |
line diff
1.1 --- a/libgd/receipt Fri Jun 01 12:02:06 2012 +0200 1.2 +++ b/libgd/receipt Sun Dec 08 13:52:08 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="Library for the dynamic creation of images." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="BSD" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.libgd.org/" 1.10 WGET_URL="hg|https://bitbucket.org/pierrejoye/gd-libgd" 1.11 @@ -36,7 +37,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/local/bin $fs/usr 1.16 + cp -a $install/usr/local/bin $fs/usr 1.17 chmod +x $fs/usr/bin/gdlib-config 1.18 - cp -a $_pkg/usr/local/lib/*.so* $fs/usr/lib 1.19 + cp -a $install/usr/local/lib/*.so* $fs/usr/lib 1.20 }