updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / deskopt / PKGBUILD
blob127d91650dadfd541d179bc20182111fdd7729a7
1 # Contributor: Gustavo Chain <g@0xff.cl>
2 pkgname=deskopt
3 pkgver=005
4 pkgrel=2
5 pkgdesc="The daemon is a Python script that helps to automatically tune the I/O scheduler and the process scheduler to offer better performance for certain applications such as games or audio applications"
6 arch=('i686' 'x86_64')
7 url="http://www.stardust.webpages.pl/files/tools/deskopt/"
8 license=('GPL')
9 depends=('python')
10 makedepends=()
11 provides=()
12 conflicts=()
13 replaces=()
14 backup=()
15 groups=()
16 options=()
17 source=(http://www.stardust.webpages.pl/files/tools/deskopt/deskopt-005.tar.bz2)
18 md5sums=('9d54de645c9df413c000002e0cf9390c')
20 build() {
21         install -D -m755 ${startdir}/deskopt.sh ${startdir}/pkg/etc/rc.d/deskopt
22         cd $startdir/src/$pkgname-$pkgver
23         install -D -m755 deskopt ${startdir}/pkg/usr/bin/deskopt
24         install -D -m644 deskopt.conf ${startdir}/pkg/etc/deskopt.conf
26