wok annotate razorqt-appswitcher/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 5286a067ac76
children eb4c6cf9f3a5
rev   line source
pankso@12312 1 # SliTaz package receipt.
pankso@12312 2
pankso@12312 3 PACKAGE="razorqt-appswitcher"
al@15191 4 VERSION="0.5.2"
pankso@12312 5 CATEGORY="x-window"
al@15191 6 SHORT_DESC="Razor-qt Apps switcher plugin."
pankso@12312 7 MAINTAINER="pankso@slitaz.org"
pascal@15022 8 LICENSE="GPL2 LGPL2.1"
pankso@12312 9 WANTED="razorqt"
pankso@12312 10 WEB_SITE="http://razor-qt.org/"
pankso@12312 11
pankso@13506 12 DEPENDS="razorqt"
pankso@12312 13
pankso@12312 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12312 15 genpkg_rules()
pankso@12312 16 {
pankso@13506 17 mkdir -p $fs/usr/bin $fs/etc/xdg/autostart
pankso@12312 18 cp -a $install/usr/bin/razor-appswitcher $fs/usr/bin
pankso@13506 19 cp -a $install/etc/xdg/autostart/razor-appswitcher.desktop \
pankso@13506 20 $fs/etc/xdg/autostart
pankso@12312 21 }