updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / i810switch / PKGBUILD
blobc240286eed1a7794088be5369753f86c700b047e
1 # Contributor: Fabio 'Feanor' Falcinelli < fabio.falcinelli@gmail.com >
2 # Asus F3F patch: < stefano@inventati.org >
3 pkgname=i810switch
4 pkgver=0.6.5
5 pkgrel=9
6 pkgdesc="An utility for switching the LCD and external VGA displays on and off under Linux"
7 arch=('i686')
8 url="http://www16.plala.or.jp/mano-a-mano/i810switch.html"
9 license=('GPL')
10 depends=('glibc')
11 source=(http://www16.plala.or.jp/mano-a-mano/i810switch/$pkgname-$pkgver.tar.gz
12         asus.patch)
13 md5sums=('5ca07aee624589bdce5761c796e5f9a8'
14          '454ef5561eb1b9e97bb141f58c775f2e')
16 build() {
17         cd $startdir/src/$pkgname-$pkgver
18         patch -p0 < $startdir/asus.patch
19         make || return 1
20         make DESTDIR="$startdir/pkg" install