18 lines
524 B
Bash
18 lines
524 B
Bash
# Template build file for 'xbacklight'.
|
|
pkgname=xbacklight
|
|
version=1.2.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libXrandr-devel xcb-util-devel"
|
|
short_desc="Adjust backlight brightness using RandR extension"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=615a1d13e429ed5a0300b2f4508bc199d7cf21b6b9f088a9d8188d3bc957bf5e
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|