Updated version with mirror: https://raw.githubusercontent.com/floriandejonckheere/PKGBUILD/master/thinkalert/PKGBUILD
Search Criteria
Package Details: thinkalert 0.1-1
Package Actions
| 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: | |
| Submitter: | Inxsible |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 10 |
| First Submitted: | 2010-07-15 23:31 |
| Last Updated: | 2010-07-15 23:31 |
Latest Comments
Comment by Florian
Comment by jsst
This PKGBUILD should read:
build() {
gcc -o $pkgname $pkgname.c
}
package() {
install -Dm4755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
}
Comment by cgirard
This should be set suid (4755).