updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / fnfx / PKGBUILD
blobd27d03270145dad41daa0a406c4d23303b734783
1 # Author: Miguel Useche <migueluseche@skatox.com>
2 # Maintainer: Miguel Useche <migueluseche@skatox.com>
3 arch=(i686 x86_64)
4 pkgname=fnfx
5 pkgver=0.3
6 pkgrel=3
7 pkgdesc="Enables owners of Toshiba laptops to change the LCD brightness, control the internal fan and use the special keys on their keyboard (Fn-x combinations, hotkeys)."
8 url="http://fnfx.sourceforge.net/"
9 license=('GPL2')
10 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
11 md5sums=('2487730494a8ff86d83d9cf7e6a67325')
13 build() {
14   cd $srcdir/$pkgname-$pkgver
15   ./configure --prefix=/usr --sysconfdir=/etc
16   make || return 1
17   make DESTDIR=$pkgdir install