updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / thinkalert / PKGBUILD
blob56db6b183547287d817acfdb5e940e339c71ec8d
1 # Contributor: Murtuza Akhtari <inxsible at gmail dot com>
3 pkgname=thinkalert
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="program for manipulating the ThinkLight LED on Thinkpad laptops. "
7 arch=('i686' 'x86_64')
8 url="http://www.mike.tl/other/ThinkAlert.html"
9 license=('custom')
10 depends=('gcc')
11 source=(http://www.mike.tl/other/ThinkAlert/thinkalert.c)
13 md5sums=('668e2217a9a994d4fcbd0756aae72e21')
15 build() {
16         gcc -o $pkgname $pkgname.c
17         chown root $pkgname
18         install -Dm755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname