updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / cspeed / PKGBUILD
blobb55d1379f1d1a3e68aba97358691a491825e0909
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.
5 pkgname=cspeed
6 pkgver=0.3.1
7 pkgrel=1
8 pkgdesc="A daemon to increase system responsiveness using cgroups."
9 arch=('any')
10 url="http://github.com/sloshy/cspeed"
11 license=('GPL')
12 depends=('bash')
13 conflicts=('kernel26>=2.6.38' 'kernel26-bfs' 'kernel26-bfs-eeepc1008' 
14 'kernel26-ck')
15 install=cspeed.install
16 source=("https://github.com/sloshy/$pkgname/tarball/v$pkgver")
17 md5sums=('a1bfa443088b4b4c69c80af503caf570')
19 build() {
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
27 # vim:syntax=sh