wok-next view razorqt-appswitcher/receipt @ rev 17707

Up marlin: edit last patch (again)
author Yuri Pourre <yuripourre@gmail.com>
date Mon Mar 02 11:31:13 2015 -0300 (2015-03-02)
parents 5286a067ac76
children
line source
1 # SliTaz package receipt.
3 PACKAGE="razorqt-appswitcher"
4 VERSION="0.5.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Razor-qt Apps switcher plugin."
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-appswitcher $fs/usr/bin
19 cp -a $install/etc/xdg/autostart/razor-appswitcher.desktop \
20 $fs/etc/xdg/autostart
21 }