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

grub: asmstub.c does not support gcc >= 4.5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 09 12:45:16 2012 +0200 (2012-04-09)
parents d0fa681cee8d
children c15e6d896c00
line source
1 # SliTaz package receipt.
3 PACKAGE="dbus-python-dev"
4 VERSION="0.84.0"
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 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
16 mkdir -p $fs/usr/lib/$PYTHON_LIB/site-packages
17 cp -a $install/usr/lib/python*/*/*.la \
18 $fs/usr/lib/$PYTHON_LIB/site-packages
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }