19 lines
406 B
Plaintext

# Description: Utility to set a display's backlight level
# URL: https://xorg.freedesktop.org/wiki
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xcb-util
name=xorg-xbacklight
version=1.2.4
release=1
source=(https://www.x.org/releases/individual/app/xbacklight-$version.tar.xz)
build() {
cd xbacklight-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}