mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
intel-undervolt: update to 1.7
This commit is contained in:
parent
ee20ea2457
commit
cf17fb19d6
2 changed files with 17 additions and 7 deletions
14
srcpkgs/intel-undervolt/patches/configurable-compiler.patch
Normal file
14
srcpkgs/intel-undervolt/patches/configurable-compiler.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
--- Makefile.in
|
||||||
|
+++ Makefile.in
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
-CC = gcc
|
||||||
|
-CFLAGS =
|
||||||
|
-EXTRA_CFLAGS = -Wall -Wextra
|
||||||
|
-DESTDIR =
|
||||||
|
+CC ?= gcc
|
||||||
|
+CFLAGS ?=
|
||||||
|
+EXTRA_CFLAGS ?= -Wall -Wextra
|
||||||
|
+DESTDIR ?=
|
||||||
|
|
||||||
|
ENABLE_SYSTEMD =
|
||||||
|
ENABLE_ELOGIND =
|
|
@ -1,16 +1,12 @@
|
||||||
# Template file for 'intel-undervolt'
|
# Template file for 'intel-undervolt'
|
||||||
pkgname=intel-undervolt
|
pkgname=intel-undervolt
|
||||||
version=1.6
|
version=1.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-configure
|
||||||
conf_files="/etc/intel-undervolt.conf"
|
conf_files="/etc/intel-undervolt.conf"
|
||||||
short_desc="Intel CPU undervolting tool"
|
short_desc="Intel CPU undervolting tool"
|
||||||
maintainer="Renato Aguiar <renato@renag.me>"
|
maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/kitsunyan/intel-undervolt"
|
homepage="https://github.com/kitsunyan/intel-undervolt"
|
||||||
distfiles="https://github.com/kitsunyan/intel-undervolt/archive/${version}.tar.gz"
|
distfiles="https://github.com/kitsunyan/intel-undervolt/archive/${version}.tar.gz"
|
||||||
checksum=8ec57c14a9f95eb29e3f6349b935c577fa1b8567e1c3c5337f9d11d05448815d
|
checksum=29a7ebaee4830d65d0b5cefa6d497887d4f23f34659876dfe944f3a020cf33ff
|
||||||
|
|
||||||
post_install() {
|
|
||||||
rm "${DESTDIR}"/*.service
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue