wok diff dbus-python-dev/receipt @ rev 11996

fusecloop: add description.txt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 04 09:52:39 2012 +0100 (2012-03-04)
parents d0fa681cee8d
children c15e6d896c00
line diff
     1.1 --- a/dbus-python-dev/receipt	Sat Oct 09 17:19:46 2010 +0200
     1.2 +++ b/dbus-python-dev/receipt	Sun Mar 04 09:52:39 2012 +0100
     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  }