updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / speedcontrol / PKGBUILD
blob7ec4138ccd99e6e4a50fc95594add498f0f372b6
1 # Contributor: mosra <mosra@centrum.cz>
2 pkgname=speedcontrol
3 pkgver=1
4 pkgrel=1
5 pkgdesc="CLI utility for adjusting optical drive speed"
6 arch=('i686' 'x86_64')
7 url="http://noto.de/speed/"
8 license=('GPLv2')
9 source=(speedcontrol.c)
10 md5sums=('b7ec90d2b944de17b3a10b4a4e714c2f')
12 build() {
13   cd "$srcdir"
15   gcc speedcontrol.c -o speedcontrol
17   # Setuid to make sure it will work
18   install -m4755 -s -D speedcontrol "$pkgdir/usr/bin/speedcontrol"