wok-4.x diff dbus-python-dev/receipt @ rev 11643
asunder, beaver, leafpad, mhwaveedit: Fixed receipts. (desktop file should be copied by cook)
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Feb 03 12:29:45 2012 -0500 (2012-02-03) |
parents | d0fa681cee8d |
children |
line diff
1.1 --- a/dbus-python-dev/receipt Sat Oct 09 17:19:46 2010 +0200 1.2 +++ b/dbus-python-dev/receipt Fri Feb 03 12:29:45 2012 -0500 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 }