void-packages/srcpkgs/xbacklight/template

20 lines
695 B
Plaintext

# Template build file for 'xbacklight'.
pkgname=xbacklight
version=1.1.2
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
build_style=gnu-configure
revision=1
short_desc="Adjust backlight brightness using RandR extension"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=af2f02d09de8a19848e3f3b322320141bceebf9d4097b7bd505457a1bd936509
long_desc="
Xbacklight is used to adjust the backlight brightness where supported.
It finds all outputs on the X server supporting backlight brightness
control and changes them all in the same way.
This is from the modular X.org X11 project."
Add_dependency build pkg-config
Add_dependency build libX11-devel
Add_dependency build libXrandr-devel