# HG changeset patch # User Christopher Rogers # Date 1297008138 0 # Node ID c57c251fb82bebf429dcb8643a30f42fa38ae271 # Parent 02e84802e6ea17b07bd62441b6573ed25c88c8ee Removed pyrex. We have python-pyrex package that i didn't know about. diff -r 02e84802e6ea -r c57c251fb82b miro/receipt --- a/miro/receipt Sun Feb 06 21:53:17 2011 +0100 +++ b/miro/receipt Sun Feb 06 16:02:18 2011 +0000 @@ -5,7 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="The free and open source internet TV platform." MAINTAINER="slaxemulator@gmail.com" -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" +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" 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" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.getmiro.com" diff -r 02e84802e6ea -r c57c251fb82b pyrex/receipt --- a/pyrex/receipt Sun Feb 06 21:53:17 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="pyrex" -VERSION="0.9.9" -CATEGORY="development" -SHORT_DESC="Language for writing Python extension modules" -MAINTAINER="slaxemulator@gmail.com" -DEPENDS="python" -BUILD_DEPENDS="python-dev" -SOURCE="Pyrex" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/" -WGET_URL="${WEB_SITE}${TARBALL}" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - python setup.py install --root="$PWD/_pkg" --prefix=/usr -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr -} - diff -r 02e84802e6ea -r c57c251fb82b python-pyrex/receipt --- a/python-pyrex/receipt Sun Feb 06 21:53:17 2011 +0100 +++ b/python-pyrex/receipt Sun Feb 06 16:02:18 2011 +0000 @@ -17,12 +17,11 @@ compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root="$PWD/_pkg" --prefix=/usr } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $_pkg/usr $fs - find $fs -name "*.pyc" -delete }