2007-06-23 16:18:06 +02:00
|
|
|
# Description: Utility to set a display's backlight level
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 04:15:51 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2007-06-23 16:18:06 +02:00
|
|
|
# Depends on: xorg-libxrandr
|
|
|
|
|
|
|
|
name=xorg-xbacklight
|
2011-01-07 15:09:17 +01:00
|
|
|
version=1.1.2
|
2007-06-23 16:18:06 +02:00
|
|
|
release=1
|
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/app/xbacklight-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xbacklight-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr --mandir=/usr/man
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|