wok rev 12494
Up: dbus-python (1.0.0)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 24 15:23:41 2012 +0200 (2012-04-24) |
parents | 72aab2ef0bc0 |
children | 8cf3a269d245 |
files | dbus-python-dev/receipt dbus-python/receipt |
line diff
1.1 --- a/dbus-python-dev/receipt Tue Apr 24 14:58:24 2012 +0200 1.2 +++ b/dbus-python-dev/receipt Tue Apr 24 15:23:41 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dbus-python-dev" 1.7 -VERSION="0.84.0" 1.8 +VERSION="1.0.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="D-Bus python binding devel files." 1.11 DEPENDS="dbus-python" 1.12 @@ -12,10 +12,9 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.17 - mkdir -p $fs/usr/lib/$PYTHON_LIB/site-packages 1.18 - cp -a $install/usr/lib/python*/*/*.la \ 1.19 - $fs/usr/lib/$PYTHON_LIB/site-packages 1.20 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.21 + mkdir -p $fs/usr 1.22 + cp -a $install/usr/lib $fs/usr 1.23 cp -a $install/usr/include $fs/usr 1.24 + rm -rf $fs/usr/lib/*/site-packages/dbus 1.25 + rm -rf $fs/usr/lib/*/site-packages/*.so 1.26 }
2.1 --- a/dbus-python/receipt Tue Apr 24 14:58:24 2012 +0200 2.2 +++ b/dbus-python/receipt Tue Apr 24 15:23:41 2012 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="dbus-python" 2.7 -VERSION="0.84.0" 2.8 +VERSION="1.0.0" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="D-Bus python binding." 2.11 MAINTAINER="pankso@slitaz.org"