radeontop: does not really need xf86-video-ati; only for x86.
This commit is contained in:
parent
fb4a7081a0
commit
72fb99a998
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'radeontop'
|
# Template file for 'radeontop'
|
||||||
pkgname=radeontop
|
pkgname=radeontop
|
||||||
version=v0.8
|
version=v0.8
|
||||||
revision=1
|
revision=2
|
||||||
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
wrksrc="${pkgname}-${version#?}"
|
wrksrc="${pkgname}-${version#?}"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel libdrm-devel"
|
makedepends="ncurses-devel libdrm-devel"
|
||||||
depends="xf86-video-ati"
|
|
||||||
short_desc="View radeon GPU utilization"
|
short_desc="View radeon GPU utilization"
|
||||||
maintainer="Logen K <logen@sudotask.com>"
|
maintainer="Logen K <logen@sudotask.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
@ -16,7 +16,6 @@ checksum=4430e1aaca895d70ea496a9b14010d9d94cadd6269b28a66104af89ff29d8489
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC="$CC"
|
make CC="$CC"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin radeontop
|
vbin radeontop
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue