wok diff pygtk/receipt @ rev 15425
Up: thunderbird-langpack-pt_PT (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:50 2013 +0100 (2013-11-03) |
parents | fee73974ec3c |
children | 16df76e1fc6a |
line diff
1.1 --- a/pygtk/receipt Sat Jan 26 14:51:09 2013 +0100 1.2 +++ b/pygtk/receipt Sun Nov 03 21:52:50 2013 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="GTK+ for Python" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +LICENSE="LGPL2.1" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.pygtk.org/" 1.10 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.11 @@ -31,5 +32,5 @@ 1.12 { 1.13 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib 1.16 + cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib 1.17 }