community/iotop: clarify license, modernize

This commit is contained in:
prspkt 2018-04-05 19:53:51 +00:00 committed by Natanael Copa
parent 930dd957fc
commit bd5a7ed62e

View File

@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="I/O monitoring tool"
url="http://guichaz.free.fr/iotop/"
arch="noarch"
license="GPL-2.0"
license="GPL-2.0-or-later"
depends="python3"
depends_dev=""
makedepends="python3-dev py3-setuptools"
@ -19,12 +19,12 @@ builddir="$srcdir"/iotop-$pkgver
build() {
cd "$builddir"
python3 setup.py build || return 1
python3 setup.py build
}
package() {
cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="b1047da3bc46604447cc8ab22442a3a5381e1a79a6b176fe9ee8402ee5cebb959205407a6aeaffccccde9d2f67624ff8ee6717b051838f13ab88bf3a16db3ab9 iotop-0.6.tar.bz2