# HG changeset patch # User Christophe Lincoln # Date 1335273821 -7200 # Node ID c15e6d896c008bc9f661f64497de0fd483be004e # Parent 72aab2ef0bc0a33556961c602d5ee7bd0b1efd94 Up: dbus-python (1.0.0) diff -r 72aab2ef0bc0 -r c15e6d896c00 dbus-python-dev/receipt --- a/dbus-python-dev/receipt Tue Apr 24 14:58:24 2012 +0200 +++ b/dbus-python-dev/receipt Tue Apr 24 15:23:41 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dbus-python-dev" -VERSION="0.84.0" +VERSION="1.0.0" CATEGORY="development" SHORT_DESC="D-Bus python binding devel files." DEPENDS="dbus-python" @@ -12,10 +12,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') - mkdir -p $fs/usr/lib/$PYTHON_LIB/site-packages - cp -a $install/usr/lib/python*/*/*.la \ - $fs/usr/lib/$PYTHON_LIB/site-packages - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr cp -a $install/usr/include $fs/usr + rm -rf $fs/usr/lib/*/site-packages/dbus + rm -rf $fs/usr/lib/*/site-packages/*.so } diff -r 72aab2ef0bc0 -r c15e6d896c00 dbus-python/receipt --- a/dbus-python/receipt Tue Apr 24 14:58:24 2012 +0200 +++ b/dbus-python/receipt Tue Apr 24 15:23:41 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dbus-python" -VERSION="0.84.0" +VERSION="1.0.0" CATEGORY="system-tools" SHORT_DESC="D-Bus python binding." MAINTAINER="pankso@slitaz.org"