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

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents c15e6d896c00
children eb8067417980
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 DEPENDS="dbus-python"
8 WANTED="dbus-python"
9 MAINTAINER="pankso@slitaz.org"
10 WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $install/usr/lib $fs/usr
17 cp -a $install/usr/include $fs/usr
18 rm -rf $fs/usr/lib/*/site-packages/dbus
19 rm -rf $fs/usr/lib/*/site-packages/*.so
20 }