wok-next view dstat/receipt @ rev 21050

gparted: implement SliTaz graphical "su" in a right way
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 12:35:25 2018 +0200 (2018-11-28)
parents 3a7c869c0faf
children 0cbe4b1f2230
line source
1 # SliTaz package receipt.
3 PACKAGE="dstat"
4 VERSION="0.7.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="Versatile tool for generating system resource statistics"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://dag.wiee.rs/home-made/dstat/"
11 TARBALL="$VERSION.tar.gz"
12 WGET_URL="https://github.com/dagwieers/dstat/archive/$TARBALL"
14 compile_rules() {
15 make DESTDIR=$install install
16 }
18 genpkg_rules() {
19 mkdir -p $fs/usr/share
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/share/dstat $fs/usr/share
22 DEPENDS="python"
23 TAGS="resource system monitor stats statistics"
24 }