mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
cpufrequtils: enable for ppc64 architectures
This commit is contained in:
parent
6aa21094cb
commit
81deb0c13a
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@ build_style=gnu-makefile
|
||||||
make_build_args="STRIP=true"
|
make_build_args="STRIP=true"
|
||||||
make_install_args="mandir=/usr/share/man"
|
make_install_args="mandir=/usr/share/man"
|
||||||
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
|
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
|
||||||
homepage="https://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpufrequtils.git"
|
|
||||||
license="GPL-2"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="https://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpufrequtils.git"
|
||||||
distfiles="${homepage}/snapshot/${pkgname}-${_commit}.tar.gz"
|
distfiles="${homepage}/snapshot/${pkgname}-${_commit}.tar.gz"
|
||||||
checksum=53b0fd1092e2053d31f4707ae0485f0d09b7faafcfac0e53da06c28ecfe23c95
|
checksum=53b0fd1092e2053d31f4707ae0485f0d09b7faafcfac0e53da06c28ecfe23c95
|
||||||
|
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl ppc64-musl ppc64le ppc64le-musl"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i "s|/usr/bin/install|install|g" Makefile
|
sed -i "s|/usr/bin/install|install|g" Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue