Magellan Linux

Contents of /branches/R11-unstable/core/iotop/iotop-0.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24981 - (show annotations) (download)
Tue Nov 25 02:45:44 2014 UTC (9 years, 5 months ago) by niro
File size: 478 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="iotop"
4 PVER="0.6"
5 PBUILD="r1"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="Python program with a top like UI used to show of behalf of which process is the I/O going on."
10 HOMEPAGE="http://guichaz.free.fr/iotop/"
11
12 DEPEND=">= dev-lang/python-2.7"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude python
18
19 SRC_URI=(
20 http://guichaz.free.fr/${PNAME}/files/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"