wok view razorqt-autosuspend/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 5286a067ac76
children eb4c6cf9f3a5
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="http://razor-qt.org/"
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 }