wok-next annotate dbus-helper/receipt @ rev 18995

Add: PeaZip 6.0.0 Env:GTK2 - (peazip.org).
author Leonardo Laporte <hackdorte@sapo.pt>
date Sat Mar 19 01:26:01 2016 -0300 (2016-03-19)
parents 7896f0694ef6
children 1ee3a39efb8c
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 }