updated on Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git] / gbacklight / PKGBUILD
blob69d4b28db197fa3509d780b0768a182130860abd
1 # Contributor: Adria Arrufat <swiftscythe@gmail.com>
2 pkgname=gbacklight
3 pkgver=0.1
4 pkgrel=1
5 pkgdesc="A graphical frontend to xbacklight for adjusting the display brightness"
6 arch=('i686' 'x86_64')
7 url="http://code.google.com/p/gbacklight/"
8 license=("GPL")
9 depends=('libxrandr' 'gtk2' )
10 source=("http://gbacklight.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
13 build() {
14   cd ${pkgname}-${pkgver}
15   ./configure --bindir=/usr/bin
16   make || return 1
17   make DESTDIR=${pkgdir} install || return 1
19 md5sums=('f474c54e2ca5d5439fc4033403a453e9')