wok diff dbus-python-dev/receipt @ rev 25352
created recipe for tesseract-ocr-data
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 26 14:01:02 2022 +0100 (2022-07-26) |
parents | 851fc1686394 |
children |
line diff
1.1 --- a/dbus-python-dev/receipt Thu Dec 05 10:45:02 2013 +0000 1.2 +++ b/dbus-python-dev/receipt Tue Jul 26 14:01:02 2022 +0100 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dbus-python-dev" 1.7 -VERSION="1.1.1" 1.8 +VERSION="1.2.14" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="D-Bus python binding devel files." 1.11 -WANTED="dbus-python" 1.12 +SHORT_DESC="D-Bus python binding - development files." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 LICENSE="GPL2" 1.15 -WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" 1.16 +WEB_SITE="https://freedesktop.org/wiki/Software/DBusBindings/" 1.17 1.18 DEPENDS="dbus-python pkg-config" 1.19 +WANTED="dbus-python" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr 1.25 - cp -a $install/usr/lib $fs/usr 1.26 - cp -a $install/usr/include $fs/usr 1.27 - rm -rf $fs/usr/lib/*/site-packages/dbus 1.28 - rm -rf $fs/usr/lib/*/site-packages/*.so 1.29 + 1.30 + cp -a $install/usr/lib $fs/usr 1.31 + cp -a $install/usr/include $fs/usr 1.32 + rm -rf $fs/usr/lib/*/site-packages/dbus 1.33 + rm -rf $fs/usr/lib/*/site-packages/*.so 1.34 }