wok view dbus-dev/receipt @ rev 16084

Some fixes, up ffplay, add more pkgs to ARM
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 16 00:22:05 2014 +0100 (2014-03-16)
parents 851fc1686394
children 2429812d90ab
line source
1 # SliTaz package receipt.
3 PACKAGE="dbus-dev"
4 VERSION="1.6.4"
5 CATEGORY="development"
6 SHORT_DESC="D-Bus is a message bus system devel files."
7 WANTED="dbus"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus"
11 HOST_ARCH="i486 arm"
13 DEPENDS="dbus pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/dbus-1.0 $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }