mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
i8kutils: x86 only
This commit is contained in:
parent
339d39635e
commit
6ce1fb76d6
1 changed files with 1 additions and 5 deletions
|
@ -2,6 +2,7 @@
|
||||||
pkgname=i8kutils
|
pkgname=i8kutils
|
||||||
version=1.43
|
version=1.43
|
||||||
revision=2
|
revision=2
|
||||||
|
archs="x86_64* i686*"
|
||||||
wrksrc="$pkgname"
|
wrksrc="$pkgname"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Fan control for certain Dell laptops"
|
short_desc="Fan control for certain Dell laptops"
|
||||||
|
@ -12,11 +13,6 @@ distfiles="https://launchpad.net/i8kutils/trunk/${version}/+download/i8kutils_${
|
||||||
checksum=881a211c64f79be6a08c88864deda45280f0ce925ed9e2af180db2d93d364dcb
|
checksum=881a211c64f79be6a08c88864deda45280f0ce925ed9e2af180db2d93d364dcb
|
||||||
conf_files="/etc/i8kmon.conf"
|
conf_files="/etc/i8kmon.conf"
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
|
||||||
i686*|x86_64*) ;;
|
|
||||||
*) broken="this hardware is not available on other architectures" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin i8kfan
|
vbin i8kfan
|
||||||
vbin i8kmon
|
vbin i8kmon
|
||||||
|
|
Loading…
Add table
Reference in a new issue