summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/athcool/PKGBUILD
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-17 06:41:01 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-17 06:41:01 (GMT)
commitfb4e8e768d27649266771a63c1536ee9eeb0e821 (patch)
tree646c0cb0dc6f8e05b9702bda4e46cfe79ed18bf0 /abs/extra-testing/community/athcool/PKGBUILD
parentcd723ba252e19dc17c59595178572f2a0b8657e8 (diff)
downloadlinhes_pkgbuild-fb4e8e768d27649266771a63c1536ee9eeb0e821.zip
linhes_pkgbuild-fb4e8e768d27649266771a63c1536ee9eeb0e821.tar.gz
linhes_pkgbuild-fb4e8e768d27649266771a63c1536ee9eeb0e821.tar.bz2
Gotta keep them Athlon's cool.
Diffstat (limited to 'abs/extra-testing/community/athcool/PKGBUILD')
-rw-r--r--abs/extra-testing/community/athcool/PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/extra-testing/community/athcool/PKGBUILD b/abs/extra-testing/community/athcool/PKGBUILD
new file mode 100644
index 0000000..2f38191
--- /dev/null
+++ b/abs/extra-testing/community/athcool/PKGBUILD
@@ -0,0 +1,19 @@
+pkgname=athcool
+pkgver=0.3.12
+pkgrel=1
+pkgdesc="Small utility allowing to enable powersaving mode on AMD Duron/Athlon/Athlon XP processors."
+url="http://members.jcom.home.ne.jp/jacobi/linux/softwares.html"
+depends=(pciutils)
+license="GPL"
+arch=(i686)
+source=(http://members.jcom.home.ne.jp/jacobi/linux/files/$pkgname-$pkgver.tar.gz
+ athcool)
+md5sums=('f2e0f4fbd04f5e1f09aa60a3ecb24645'
+ 'bbf32484cec6431568ccf51c2516f9e7')
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+ make || return 1
+ make DESTDIR=$startdir/pkg install
+ /bin/install -D -m0755 ../athcool $startdir/pkg/etc/rc.d/athcool
+}