wok-6.x view dbus-python-dev/receipt @ rev 16900

libpng: sec. CVE-2011-3048 CVE-2012-3386 & MemLeak fixes,oth.. Up from 1.2.47 to 1.2.51
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Jul 15 02:56:01 2014 +0300 (2014-07-15)
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 }