wok view razorqt-runner/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-runner"
4 VERSION="0.5.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Razor-qt quick launch and runner application."
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 $fs/usr/bin $fs/etc/xdg/autostart
18 cp -a $install/usr/bin/razor-runner $fs/usr/bin
19 cp -a $install/etc/xdg/autostart/razor-runner.desktop \
20 $fs/etc/xdg/autostart
21 }