wok annotate dbus-helper/receipt @ rev 20034

Up get-palemoon (27.4.2), smtube (17.5.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Aug 24 01:39:28 2017 +0200 (2017-08-24)
parents 7896f0694ef6
children 6222d1b9c074
rev   line source
pankso@12492 1 # SliTaz package receipt.
pankso@12492 2
pankso@12492 3 PACKAGE="dbus-helper"
psychomaniak@16974 4 VERSION="1.6.22"
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 }