1 # Contributor: T - rttommy@gmail.com
2 pkgname=linux-phc-optimize
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')
10 source=(http://www.s3pp.de/misc/linux-phc-optimize.bash
11 http://www.s3pp.de/misc/functions.bash
13 md5sums=('bff95d656e94ce1d146b362b73fb6b57' '94d880d5d036dec1e240688d49202db2' 'fdd9fc8f9420a04996b2cf021ec2ed33')
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"