wok-6.x annotate dbus-helper/receipt @ rev 16718
Add pifmrds (does not build yet)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 01 17:53:40 2014 +0000 (2014-06-01) |
parents | e40633636cd6 |
children | 6cc661da10ce |
rev | line source |
---|---|
pankso@12492 | 1 # SliTaz package receipt. |
pankso@12492 | 2 |
pankso@12492 | 3 PACKAGE="dbus-helper" |
slaxemulator@13379 | 4 VERSION="1.6.4" |
pankso@12492 | 5 CATEGORY="development" |
pankso@12492 | 6 SHORT_DESC="D-Bus is a message bus system devel files." |
pankso@12492 | 7 WANTED="dbus" |
pankso@12492 | 8 MAINTAINER="pankso@slitaz.org" |
pascal@15002 | 9 LICENSE="GPL2" |
pankso@12492 | 10 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus" |
pankso@12492 | 11 |
pankso@12492 | 12 DEPENDS="dbus" |
pankso@12492 | 13 |
pankso@12492 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@12492 | 15 genpkg_rules() |
pankso@12492 | 16 { |
pankso@12492 | 17 mkdir -p $fs/usr/lib |
pankso@12492 | 18 cp -a $install/usr/lib/dbus $fs/usr/lib |
monghitri@14078 | 19 chown root.25 $fs/usr/lib/dbus/dbus-daemon-launch-helper |
monghitri@14078 | 20 chmod 4750 $fs/usr/lib/dbus/dbus-daemon-launch-helper |
pankso@12492 | 21 } |