libraries/cpufrequtils: Updated for version 005
This commit is contained in:
parent
827a8c8168
commit
8d1154adbf
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for cpufrequtils
|
# Slackware build script for cpufrequtils
|
||||||
|
|
||||||
# Copyright 2006-2008 Robby Workman, Northport, Alabama, USA
|
# Copyright 2006-2009 Robby Workman, Northport, Alabama, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -78,4 +78,4 @@ mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="cpufrequtils"
|
||||||
VERSION="005"
|
VERSION="005"
|
||||||
HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html"
|
HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html"
|
||||||
DOWNLOAD="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils-005.tar.bz2"
|
DOWNLOAD="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils-005.tar.bz2"
|
||||||
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM="73a41589fe74b73fc530f4179f2c6142"
|
MD5SUM="73a41589fe74b73fc530f4179f2c6142"
|
||||||
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Robby Workman"
|
MAINTAINER="Robby Workman"
|
||||||
EMAIL="rw@rlworkman.net"
|
EMAIL="rw@rlworkman.net"
|
||||||
APPROVED="Erik Hanson"
|
APPROVED="Erik Hanson"
|
||||||
|
|
Loading…
Reference in New Issue