1 # Contributor: Adria Arrufat <swiftscythe@gmail.com>
5 pkgdesc="A graphical frontend to xbacklight for adjusting the display brightness"
7 url="http://code.google.com/p/gbacklight/"
9 depends=('libxrandr' 'gtk2' )
10 source=("http://gbacklight.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
14 cd ${pkgname}-${pkgver}
15 ./configure --bindir=/usr/bin
17 make DESTDIR=${pkgdir} install || return 1
19 md5sums=('f474c54e2ca5d5439fc4033403a453e9')