aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iotop/iotop_0.2.1.bb
blob: 1ffb221c7bfca2c5634e64a6f3b079f94f92cd19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HOMEPAGE = "http://guichaz.free.fr/iotop/"
LICENSE = "GPL"
PR = "r2"

RDEPENDS = "python-distutils python-curses python-setuptools python-textutils"

SRC_URI = "http://guichaz.free.fr/iotop/files/${PN}-${PV}.tar.bz2"

inherit distutils

do_install_append() {
    rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.pyo
    rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py
}

SRC_URI[md5sum] = "127e038106492de258a206433f4c3a96"
SRC_URI[sha256sum] = "c2a7032057f9e1a6515f8062c13b52a6f0b77609677839399521da67dc123b7c"