void-packages/srcpkgs/xbacklight/template

24 lines
728 B
Plaintext

# Template build file for 'xbacklight'.
pkgname=xbacklight
version=1.1.2
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libX11-devel libXrandr-devel"
short_desc="Adjust backlight brightness using RandR extension"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
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."
xbacklight_package() {
pkg_install() {
vmove usr
}
}