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

updated dislocker (0.7.1 -> 0.7.3)
author Hans-G?nter Theisgen
date Fri Feb 18 15:45:33 2022 +0100 (2022-02-18)
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 }