wok view razorqt-autosuspend/receipt @ rev 16589

dbus: fix init script (with /run and /var/run mounted as tmpfs, we can't preinstall /var/run/dbus, we must create it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 19:10:34 2014 +0200 (2014-05-05)
parents 5286a067ac76
children eb4c6cf9f3a5
line source
1 # SliTaz package receipt.
3 PACKAGE="razorqt-autosuspend"
4 VERSION="0.5.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Razor-qt suspend manage application tool."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WANTED="razorqt"
10 WEB_SITE="http://razor-qt.org/"
12 DEPENDS="razorqt"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p \
18 $fs/usr/bin \
19 $fs/etc/xdg/autostart \
20 $fs/usr/share/applications
21 cp -a $install/usr/bin/razor-autosuspend $fs/usr/bin
22 cp -a $install/usr/bin/razor-config-autosuspend $fs/usr/bin
23 cp -a $install/etc/xdg/autostart/razor-autosuspend.desktop \
24 $fs/etc/xdg/autostart
25 cp $install/usr/share/applications/razor-config-autosuspend.desktop \
26 $fs/usr/share/applications
27 }