1 # Maintainer: Ryan Peters <sloshy45 _AT_ sbcglobal _DOT_ net>
2 # Special thanks to 'hbekel' on bbs.archlinux.org for his advice!
3 # Special thanks also to 'Morris' for his suggestions and bug fixes.
4 # If you have any bugs with the project, please check out its URL and report them.
8 pkgdesc="A daemon to increase system responsiveness using cgroups."
10 url="http://github.com/sloshy/cspeed"
13 conflicts=('kernel26>=2.6.38' 'kernel26-bfs' 'kernel26-bfs-eeepc1008'
15 install=cspeed.install
16 source=("https://github.com/sloshy/$pkgname/tarball/v$pkgver")
17 md5sums=('a1bfa443088b4b4c69c80af503caf570')
20 cd "$srcdir/sloshy-$pkgname-d93aa43"
21 mkdir -p $pkgdir/etc/rc.d
22 install -m 755 cspeed $pkgdir/etc/rc.d
23 mkdir -p $pkgdir/usr/sbin
24 install -m 755 cgroup_clean $pkgdir/usr/sbin
25 install -m 644 bash.cgroups $pkgdir/etc