xorg/xorg-xbacklight/Pkgfile

19 lines
401 B
Plaintext

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