wok diff pygtk/receipt @ rev 17339

mutt: add CONFIG_FILES
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 05 21:30:58 2014 +0100 (2014-11-05)
parents fee73974ec3c
children 16df76e1fc6a
line diff
     1.1 --- a/pygtk/receipt	Sat Jan 26 14:51:09 2013 +0100
     1.2 +++ b/pygtk/receipt	Wed Nov 05 21:30:58 2014 +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  }