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

Up: cookutils, cookutils-daemon (739): try to remove rest of the .pyc, .pyo, ... files.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 27 00:25:30 2015 +0300 (2015-05-27)
parents eb8067417980
children f8e190dcc90f
line source
1 # SliTaz package receipt.
3 PACKAGE="dbus-python-dev"
4 VERSION="1.1.1"
5 CATEGORY="development"
6 SHORT_DESC="D-Bus python binding devel files."
7 WANTED="dbus-python"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings"
12 DEPENDS="dbus-python pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/lib $fs/usr
19 cp -a $install/usr/include $fs/usr
20 rm -rf $fs/usr/lib/*/site-packages/dbus
21 rm -rf $fs/usr/lib/*/site-packages/*.so
22 }