wok-stable rev 8450
Removed pyrex. We have python-pyrex package that i didn't know about.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 06 16:02:18 2011 +0000 (2011-02-06) |
parents | 02e84802e6ea |
children | 7935aa4dacbe |
files | miro/receipt pyrex/receipt python-pyrex/receipt |
line diff
1.1 --- a/miro/receipt Sun Feb 06 21:53:17 2011 +0100 1.2 +++ b/miro/receipt Sun Feb 06 16:02:18 2011 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="The free and open source internet TV platform." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="dbus-python pyrex pygtk gstreamer pysqlite pywebkitgtk shared-mime-info desktop-file-utils hicolor-icon-theme gst-python python-notify libtorrent-rasterbar gst-plugins-base gst-plugins-good pycurl python-gconf" 1.8 +DEPENDS="dbus-python python-pyrex pygtk gstreamer pysqlite pywebkitgtk shared-mime-info desktop-file-utils hicolor-icon-theme gst-python python-notify libtorrent-rasterbar gst-plugins-base gst-plugins-good pycurl python-gconf" 1.9 BUILD_DEPENDS="$DEPENDS python-dev dbus-python-dev pygtk-dev gstreamer-dev shared-mime-info-dev gst-python-dev libtorrent-rasterbar-dev libsoup-dev libwebkit-dev gst-plugins-base-dev gst-plugins-good-dev imagemagick" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.getmiro.com"
2.1 --- a/pyrex/receipt Sun Feb 06 21:53:17 2011 +0100 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,29 +0,0 @@ 2.4 -# SliTaz package receipt. 2.5 - 2.6 -PACKAGE="pyrex" 2.7 -VERSION="0.9.9" 2.8 -CATEGORY="development" 2.9 -SHORT_DESC="Language for writing Python extension modules" 2.10 -MAINTAINER="slaxemulator@gmail.com" 2.11 -DEPENDS="python" 2.12 -BUILD_DEPENDS="python-dev" 2.13 -SOURCE="Pyrex" 2.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 2.15 -WEB_SITE="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/" 2.16 -WGET_URL="${WEB_SITE}${TARBALL}" 2.17 - 2.18 -# Rules to configure and make the package. 2.19 -compile_rules() 2.20 -{ 2.21 - cd $src 2.22 - python setup.py install --root="$PWD/_pkg" --prefix=/usr 2.23 -} 2.24 - 2.25 -# Rules to gen a SliTaz package suitable for Tazpkg. 2.26 -genpkg_rules() 2.27 -{ 2.28 - mkdir -p $fs/usr 2.29 - cp -a $_pkg/usr/bin $fs/usr 2.30 - cp -a $_pkg/usr/lib $fs/usr 2.31 -} 2.32 -
3.1 --- a/python-pyrex/receipt Sun Feb 06 21:53:17 2011 +0100 3.2 +++ b/python-pyrex/receipt Sun Feb 06 16:02:18 2011 +0000 3.3 @@ -17,12 +17,11 @@ 3.4 compile_rules() 3.5 { 3.6 cd $src 3.7 - python setup.py install --root=$PWD/_pkg 3.8 + python setup.py install --root="$PWD/_pkg" --prefix=/usr 3.9 } 3.10 3.11 # Rules to gen a SliTaz package suitable for Tazpkg. 3.12 genpkg_rules() 3.13 { 3.14 cp -a $_pkg/usr $fs 3.15 - find $fs -name "*.pyc" -delete 3.16 }