wok view dbus-dev/receipt @ rev 9619

Up: py3k to 3.2. Added CVE-2011-1521 security fix. Also added pyconfig.h to py3k so python3 works. Nothing depends on this package yet so updating it will not cause any problems.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Apr 18 15:39:33 2011 +0000 (2011-04-18)
parents ecfc43cf4815
children c66ccef23e13
line source
1 # SliTaz package receipt.
3 PACKAGE="dbus-dev"
4 VERSION="1.4.1"
5 CATEGORY="development"
6 SHORT_DESC="D-Bus is a message bus system devel files."
7 DEPENDS="dbus"
8 WANTED="dbus"
9 MAINTAINER="pankso@slitaz.org"
10 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/dbus-1.0 $fs/usr/lib
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
20 }