22 lines
589 B
Text
22 lines
589 B
Text
# Template build file for 'xgamma'.
|
|
pkgname=xgamma
|
|
version=1.0.4
|
|
revision=3
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libXxf86vm-devel"
|
|
short_desc="Alter gamma correction"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=7dc8334882a060bcc90042bceac5132dd87d5acc8d043b16311ef2134aea8e16
|
|
long_desc="
|
|
This package provides xgamma, a program to alter the gamma correction of
|
|
the monitor."
|
|
|
|
xgamma_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|