# Contributor: Murtuza Akhtari pkgname=thinkalert pkgver=0.1 pkgrel=1 pkgdesc="program for manipulating the ThinkLight LED on Thinkpad laptops. " arch=('i686' 'x86_64') url="http://www.mike.tl/other/ThinkAlert.html" license=('custom') depends=('gcc') source=(http://www.mike.tl/other/ThinkAlert/thinkalert.c) md5sums=('668e2217a9a994d4fcbd0756aae72e21') build() { gcc -o $pkgname $pkgname.c chown root $pkgname install -Dm755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname }