wok-next diff pygtk/receipt @ rev 6704
Added depends to mplayer that should be there. I also fix it to build on a clean chroot.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 13 21:54:43 2010 +0000 (2010-10-13) |
parents | 5921dc28d8c6 |
children | 66d952425df7 |
line diff
1.1 --- a/pygtk/receipt Sat Oct 09 15:31:15 2010 +0200 1.2 +++ b/pygtk/receipt Wed Oct 13 21:54:43 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 }