wok-next view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="dbus-helper"
4 VERSION="1.10.14"
5 CATEGORY="x-window"
6 SHORT_DESC="D-Bus, a message bus system, dbus-daemon-launch-helper"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/dbus"
11 WANTED="dbus"
12 DEPENDS="dbus"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_files dbus-daemon-launch-helper
18 chown root:18 $fs/usr/libexec/dbus-daemon-launch-helper
19 chmod 4750 $fs/usr/libexec/dbus-daemon-launch-helper
20 }