wok view dbus-helper/receipt @ rev 14054

virtualbox-ose: splitted in virtualbox-ose for slitaz hosts and virtualbox-ose-guestutils for slitaz guests, can't get it to work without reboot
author ernia <monghitri@aruba.it>
date Tue Feb 19 20:23:53 2013 +0000 (2013-02-19)
parents cb689f337a0b
children e40633636cd6
line source
1 # SliTaz package receipt.
3 PACKAGE="dbus-helper"
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 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus"
11 DEPENDS="dbus"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/dbus $fs/usr/lib
18 }