mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
cpufrequtils: update distfiles url.
This commit is contained in:
parent
457b6d75e7
commit
b6702a3680
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cpufrequtils'
|
# Template file for 'cpufrequtils'
|
||||||
pkgname=cpufrequtils
|
pkgname=cpufrequtils
|
||||||
version=008
|
version=008
|
||||||
distfiles="${KERNEL_SITE}/utils/kernel/cpufreq/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
revision=2
|
revision=2
|
||||||
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
|
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -11,13 +11,11 @@ long_desc="
|
||||||
|
|
||||||
subpackages="libcpufreq libcpufreq-devel"
|
subpackages="libcpufreq libcpufreq-devel"
|
||||||
|
|
||||||
do_build()
|
do_build() {
|
||||||
{
|
|
||||||
make V=1
|
make V=1
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
sed -i "s|/usr/bin/install|install|g" Makefile
|
sed -i "s|/usr/bin/install|install|g" Makefile
|
||||||
make DESTDIR=${DESTDIR} mandir=/usr/share/man install
|
make DESTDIR=${DESTDIR} mandir=/usr/share/man install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue