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'
|
||||
pkgname=cpufrequtils
|
||||
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
|
||||
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -11,13 +11,11 @@ long_desc="
|
|||
|
||||
subpackages="libcpufreq libcpufreq-devel"
|
||||
|
||||
do_build()
|
||||
{
|
||||
do_build() {
|
||||
make V=1
|
||||
}
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
sed -i "s|/usr/bin/install|install|g" Makefile
|
||||
make DESTDIR=${DESTDIR} mandir=/usr/share/man install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue