updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / ioreniced / PKGBUILD
blobc440f889f4b7acfc43ceb85bdcd6bb60387a8801
1 # contributor: Jan Mette (funkyou) <jan.mette@berlin.de>
3 pkgname=ioreniced
4 pkgdesc="A small daemon that lowers the I/O priority for selected processes to improve desktop interactivity under heavy I/O load"
5 url="http://janm.homeunix.net"
6 license="GPL"
8 pkgver=0.1.4
9 pkgrel=1
10 arch=('i686' 'x86_64')
12 depends=('bash' 'util-linux-ng')
14 install=ioreniced.install
15 source=('ioreniced.sh' 'ioreniced.daemon' 'ioreniced.conf')
17 md5sums=('57d1ef018c58dc879ebfa553d0c3d9d0'
18          '3054265633fc51f97da733f4aa159319'
19          '19ed8216997996fd55221d4f19231326')
21 build()
23         install -D -m755 -o root -g root $startdir/src/ioreniced.sh $startdir/pkg/sbin/ioreniced
24         install -D -m755 -o root -g root $startdir/src/ioreniced.daemon $startdir/pkg/etc/rc.d/ioreniced
25         install -D -m644 -o root -g root $startdir/src/ioreniced.conf $startdir/pkg/etc/conf.d/ioreniced