mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/iotop: clarify license, modernize
This commit is contained in:
parent
930dd957fc
commit
bd5a7ed62e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user