Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32181 - (hide annotations) (download)
Mon Apr 29 11:49:30 2019 UTC (5 years ago) by niro
File size: 481 byte(s)
-release branches/R11-unstable
1 niro 17144 # $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 niro 29711 UP2DATE="updatecmd ${HOMEPAGE} | highesttarball"