libraries/cpufrequtils: Updated for version 002

This commit is contained in:
Robby Workman 2010-05-11 19:44:57 +02:00 committed by Erik Hanson
parent 83f3e95e20
commit 1568c9ef55
3 changed files with 13 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for cpufrequtils
# Copyright 2006 Robby Workman (http://rlworkman.net)
# Copyright 2006-2007 Robby Workman (http://rlworkman.net)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -29,7 +29,7 @@ VERSION=002
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=`pwd`
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@ -59,7 +59,7 @@ make install DESTDIR=$PKG || exit 1
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -5,4 +5,4 @@ DOWNLOAD="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils-002.
MD5SUM="93291a0d705ee2e19a6d7491b223c9f2"
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="robw810,elohim"
APPROVED="elohim"

View file

@ -1,4 +1,12 @@
cpufrequtils: cpu frequency utilities - libcpufreq
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
cpufrequtils: libcpufreq (cpu frequency utilities)
cpufrequtils:
cpufrequtils: "libcpufreq" is a library which offers a unified access method
cpufrequtils: for userspace tools and programs to the cpufreq core and drivers