diff options
author | Bob Igo <bob@stormlogic.com> | 2009-02-17 17:38:18 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-02-17 17:38:18 (GMT) |
commit | 87d276ce0cf6b051d7198adf004ce15590ae294e (patch) | |
tree | 507520977c5d6047430f0f9fcd3960dfeaefc022 /abs/extra-testing/community/athcool/PKGBUILD | |
parent | b1b1890741091e465c5ed2d3bea92f7141b81362 (diff) | |
parent | 9d327823ebe603376dce4001876c25149c388c8d (diff) | |
download | linhes_pkgbuild-87d276ce0cf6b051d7198adf004ce15590ae294e.zip linhes_pkgbuild-87d276ce0cf6b051d7198adf004ce15590ae294e.tar.gz linhes_pkgbuild-87d276ce0cf6b051d7198adf004ce15590ae294e.tar.bz2 |
Merge branch 'master' of ssh://igo@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/community/athcool/PKGBUILD')
-rw-r--r-- | abs/extra-testing/community/athcool/PKGBUILD | 19 |
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 +} |