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

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
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 }