wok view razorqt-autosuspend/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents 6a7afc995cac
children
line source
1 # SliTaz package receipt.
3 PACKAGE="razorqt-autosuspend"
4 VERSION="0.5.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Razor-qt suspend manage application tool."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WANTED="razorqt"
10 WEB_SITE="https://github.com/Razor-qt/razor-qt"
12 DEPENDS="razorqt"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p \
18 $fs/usr/bin \
19 $fs/etc/xdg/autostart \
20 $fs/usr/share/applications
21 cp -a $install/usr/bin/razor-autosuspend $fs/usr/bin
22 cp -a $install/usr/bin/razor-config-autosuspend $fs/usr/bin
23 cp -a $install/etc/xdg/autostart/razor-autosuspend.desktop \
24 $fs/etc/xdg/autostart
25 cp $install/usr/share/applications/razor-config-autosuspend.desktop \
26 $fs/usr/share/applications
27 }