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
|
2012-09-15 21:54:48 +10:00
|
|
|
# Depends on: xorg-xcb-util
|
2007-06-23 16:18:06 +02:00
|
|
|
|
|
|
|
name=xorg-xbacklight
|
2019-07-16 23:43:20 +02:00
|
|
|
version=1.2.3
|
2018-03-10 16:39:20 +01:00
|
|
|
release=1
|
2018-03-10 17:01:20 +01:00
|
|
|
source=(https://www.x.org/releases/individual/app/xbacklight-$version.tar.bz2)
|
2007-06-23 16:18:06 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xbacklight-$version
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2007-06-23 16:18:06 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|