updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / linux-phc-optimize / PKGBUILD
blob72f0e2c6c115c2d9dd26df55ffdd11b45efa6815
1 # Contributor: T - rttommy@gmail.com
2 pkgname=linux-phc-optimize
3 pkgver=0.1
4 pkgrel=2
5 pkgdesc="Script to determine optimal voltage values for linux-phc."
6 url="http://ubuntuforums.org/showthread.php?t=786402"
7 depends=('linux-phc' 'cpuburn')
8 arch=('any')
9 license=('GPL')
10 source=(http://www.s3pp.de/misc/linux-phc-optimize.bash
11 http://www.s3pp.de/misc/functions.bash
12 linux-phc-optimize)
13 md5sums=('bff95d656e94ce1d146b362b73fb6b57' '94d880d5d036dec1e240688d49202db2' 'fdd9fc8f9420a04996b2cf021ec2ed33')
14 build() {
15         cd "$startdir/pkg"
16         install -Dm755 "$srcdir/$pkgname.bash" "$pkgdir/usr/share/$pkgname/$pkgname.bash"
17         install -m644 "$srcdir/functions.bash" "$pkgdir/usr/share/$pkgname/functions.bash"
18         install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"