radeontop: Changed depends,build;moved to /bin
This commit is contained in:
parent
920b155810
commit
c6d71dcda4
|
@ -3,8 +3,7 @@ pkgname=radeontop
|
|||
version=v0.8
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version#?}"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config git gettext"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="ncurses-devel libdrm-devel"
|
||||
depends="xf86-video-ati"
|
||||
short_desc="View radeon GPU utilization"
|
||||
|
@ -15,7 +14,9 @@ distfiles="https://github.com/clbr/radeontop/archive/${version}.tar.gz"
|
|||
checksum=4430e1aaca895d70ea496a9b14010d9d94cadd6269b28a66104af89ff29d8489
|
||||
|
||||
do_build() {
|
||||
make CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" \
|
||||
CPP="$CPP" AS="$AS" OBJDUMP="$OBJDUMP" STRIP="true"
|
||||
make CC="$CC"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin radeontop
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user