wok view razorqt-appswitcher/receipt @ rev 14490

Up: ophcrack (3.5.0)
author Cedric Tissieres <slitaz@objectif-securite.ch>
date Fri May 03 14:38:26 2013 +0200 (2013-05-03)
parents 6cfe3e516210
children 5286a067ac76
line source
1 # SliTaz package receipt.
3 PACKAGE="razorqt-appswitcher"
4 VERSION="0.5.0"
5 CATEGORY="x-window"
6 SHORT_DESC="RazorQT Apps switcher plugin."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="razorqt"
9 WEB_SITE="http://razor-qt.org/"
11 DEPENDS="razorqt"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin $fs/etc/xdg/autostart
17 cp -a $install/usr/bin/razor-appswitcher $fs/usr/bin
18 cp -a $install/etc/xdg/autostart/razor-appswitcher.desktop \
19 $fs/etc/xdg/autostart
20 }