void-packages/srcpkgs/xbacklight/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

21 lines
764 B
Text

# Template build file for 'xbacklight'.
pkgname=xbacklight
version=1.1.2
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
build_style=gnu-configure
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 run glibc
Add_dependency run libX11
Add_dependency run libXrandr
Add_dependency build pkg-config
Add_dependency build libX11-devel
Add_dependency build libXrandr-devel