1
0
forked from ports/contrib

cpufrequtils: updated source and man path

This commit is contained in:
Alan Mizrahi 2016-09-01 10:29:45 +09:00
parent c86771bfd1
commit 11e9d5edc0
3 changed files with 10 additions and 9 deletions

View File

@ -9,7 +9,8 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libcpufreq.so -> libcpufreq.so.0.0.0
lrwxrwxrwx root/root usr/lib/libcpufreq.so.0 -> libcpufreq.so.0.0.0
-rwxr-xr-x root/root usr/lib/libcpufreq.so.0.0.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cpufreq-info.1.gz
-rw-r--r-- root/root usr/man/man1/cpufreq-set.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/cpufreq-info.1.gz
-rw-r--r-- root/root usr/share/man/man1/cpufreq-set.1.gz

View File

@ -1 +1 @@
c59b71c044d463896f3247e8dd83dd7e cpufrequtils-008.tar.bz2
e0c9f333a9546f71d17fd5a0546db79e cpufrequtils-008.tar.xz

View File

@ -1,16 +1,16 @@
# Description: Clock scaling userspace tools
# Description: Clock scaling userspace tools
# URL: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufreq.html
# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: sysfsutils
# Depends on: sysfsutils
name=cpufrequtils
version=008
release=1
source=(http://www.mizrahi.com.ve/crux/dist/$name-$version.tar.bz2)
source=(https://www.kernel.org/pub/linux/utils/kernel/cpufreq/$name-$version.tar.xz)
build() {
cd $name-$version
make NLS=false V=true
make NLS=false V=true DESTDIR=$PKG install
make NLS=false V=true mandir=/usr/share/man DESTDIR=$PKG install
}