Package Details: thinkalert 0.1-1

Package Base: thinkalert
Description: program for manipulating the ThinkLight LED on Thinkpad laptops.
Upstream URL: http://www.mike.tl/other/ThinkAlert.html
Category: system
Licenses: custom
Submitter: Inxsible
Maintainer: None
Last Packager: None
Votes: 10
First Submitted: 2010-07-15 23:31
Last Updated: 2010-07-15 23:31

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by Florian

2015-05-04 09:46

Updated version with mirror: https://raw.githubusercontent.com/floriandejonckheere/PKGBUILD/master/thinkalert/PKGBUILD

Comment by jsst

2013-04-11 19:16

This PKGBUILD should read:

build() {
gcc -o $pkgname $pkgname.c
}

package() {
install -Dm4755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
}

Comment by cgirard

2012-05-16 15:22

This should be set suid (4755).