wok-next diff pygtk/receipt @ rev 6687

Up: libwebkit to 1.2.5. Added gobject-introspection-dev, tar, gettext, and webkit-r-dev to build depends. It needs libwebkit-1.0.la to compile itself. Tar is needed cause of --version is not in busybox tar.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 12 21:49:16 2010 +0000 (2010-10-12)
parents 5921dc28d8c6
children 66d952425df7
line diff
     1.1 --- a/pygtk/receipt	Sat Oct 09 15:31:15 2010 +0200
     1.2 +++ b/pygtk/receipt	Tue Oct 12 21:49:16 2010 +0000
     1.3 @@ -12,7 +12,7 @@
     1.4  BUILD_DEPENDS="pygobject-dev pycairo-dev libglade-dev python-dev xcb-util-dev expat-dev"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://www.pygtk.org/"
     1.7 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.16/$TARBALL"
     1.8 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygtk/${VERSION%.*}/$TARBALL"
     1.9  
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -30,7 +30,7 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	PYTHON_LIB=$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
    1.17 +	PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
    1.18  	mkdir -p $fs/usr/lib
    1.19  	cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib
    1.20  }