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

updated goffice and goffice-dev (0.10.32 -> 0.10.46)
author Hans-G?nter Theisgen
date Fri Feb 21 16:43:33 2020 +0100 (2020-02-21)
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 }