wok annotate razorqt-appswitcher/receipt @ rev 22491
updated apr and apr-dev (1.4.6 -> 1.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 31 14:21:42 2019 +0100 (2019-12-31) |
parents | 6a7afc995cac |
children |
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" |
pascal@21231 | 10 WEB_SITE="https://github.com/Razor-qt/razor-qt" |
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 } |