wok rev 11091

Up: dbus-python to 0.84.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 17 02:44:24 2011 +0000 (2011-10-17)
parents 455fab64530b
children 38b25c37e19d
files dbus-python-dev/receipt dbus-python/receipt
line diff
     1.1 --- a/dbus-python-dev/receipt	Mon Oct 17 02:43:44 2011 +0000
     1.2 +++ b/dbus-python-dev/receipt	Mon Oct 17 02:44:24 2011 +0000
     1.3 @@ -1,9 +1,10 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dbus-python-dev"
     1.7 -VERSION="0.83.1"
     1.8 +VERSION="0.84.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="D-Bus python binding devel files."
    1.11 +DEPENDS="dbus-python"
    1.12  WANTED="dbus-python"
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings"
    1.15 @@ -13,8 +14,8 @@
    1.16  {
    1.17  	PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
    1.18  	mkdir -p $fs/usr/lib/$PYTHON_LIB/site-packages
    1.19 -	cp -a $_pkg/usr/lib/python*/*/*.la \
    1.20 +	cp -a $install/usr/lib/python*/*/*.la \
    1.21  		$fs/usr/lib/$PYTHON_LIB/site-packages
    1.22 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.23 -	cp -a $_pkg/usr/include $fs/usr
    1.24 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.25 +	cp -a $install/usr/include $fs/usr
    1.26  }
     2.1 --- a/dbus-python/receipt	Mon Oct 17 02:43:44 2011 +0000
     2.2 +++ b/dbus-python/receipt	Mon Oct 17 02:44:24 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="dbus-python"
     2.7 -VERSION="0.83.1"
     2.8 +VERSION="0.84.0"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="D-Bus python binding."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -24,6 +24,6 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/lib
    2.16 -	cp -a $_pkg/usr/lib/python* $fs/usr/lib
    2.17 +	cp -a $install/usr/lib/python* $fs/usr/lib
    2.18  	rm $fs/usr/lib/python*/*/*.la
    2.19  }