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

Up xorg-bdftopcf; add xorg-xcursor-themes, xorg-fonts (1/2 yet)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Feb 24 16:52:03 2017 +0200 (2017-02-24)
parents 6cc661da10ce
children
rev   line source
pankso@12492 1 # SliTaz package receipt.
pankso@12492 2
pankso@12492 3 PACKAGE="dbus-helper"
al@19647 4 VERSION="1.10.14"
al@19647 5 CATEGORY="x-window"
al@19647 6 SHORT_DESC="D-Bus, a message bus system, dbus-daemon-launch-helper"
pankso@12492 7 MAINTAINER="pankso@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@19647 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/dbus"
pankso@12492 10
al@19647 11 WANTED="dbus"
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 {
al@19647 17 cook_copy_files dbus-daemon-launch-helper
al@19647 18 chown root:18 $fs/usr/libexec/dbus-daemon-launch-helper
al@19647 19 chmod 4750 $fs/usr/libexec/dbus-daemon-launch-helper
pankso@12492 20 }