23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
20 lines
630 B
Text
20 lines
630 B
Text
# Template build file for 'xgamma'.
|
|
pkgname=xgamma
|
|
version=1.0.4
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
short_desc="Alter gamma correction"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=7dc8334882a060bcc90042bceac5132dd87d5acc8d043b16311ef2134aea8e16
|
|
long_desc="
|
|
This package provides xgamma, a program to alter the gamma correction of
|
|
the monitor.
|
|
|
|
This is from the modular X.org X11 project."
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run libX11
|
|
Add_dependency run libXxf86vm
|
|
Add_dependency build pkg-config
|
|
Add_dependency build libX11-devel
|
|
Add_dependency build libXxf86vm-devel
|