wok view dbus-python-dev/receipt @ rev 23803

updated awesome (3.5.1 -> 4.3)
author Hans-G?nter Theisgen
date Sun May 24 07:53:22 2020 +0100 (2020-05-24)
parents 851fc1686394
children
line source
1 # SliTaz package receipt.
3 PACKAGE="dbus-python-dev"
4 VERSION="1.2.14"
5 CATEGORY="development"
6 SHORT_DESC="D-Bus python binding - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://freedesktop.org/wiki/Software/DBusBindings/"
11 DEPENDS="dbus-python pkg-config"
12 WANTED="dbus-python"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
19 cp -a $install/usr/lib $fs/usr
20 cp -a $install/usr/include $fs/usr
21 rm -rf $fs/usr/lib/*/site-packages/dbus
22 rm -rf $fs/usr/lib/*/site-packages/*.so
23 }