wok view iotop/receipt @ rev 17497

Add: locale-ro.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 05 23:22:24 2015 +0200 (2015-01-05)
parents
children 16df76e1fc6a
line source
1 # SliTaz package receipt.
3 PACKAGE="iotop"
4 VERSION="0.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="Show of behalf of which process is the I/O going on."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE=""
9 WEB_SITE="http://guichaz.free.fr/iotop"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="$WEB_SITE/files/$TARBALL"
13 DEPENDS="python"
14 BUILD_DEPENDS="python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py build
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/sbin $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 }