xorg/xorg-xgamma/Pkgfile

19 lines
380 B
Plaintext
Raw Normal View History

2007-04-08 23:00:51 +02:00
# Description: Query or set X gamma correction
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxxf86vm
2007-04-08 23:00:51 +02:00
name=xorg-xgamma
2015-04-17 12:50:16 +02:00
version=1.0.6
release=2
source=(https://www.x.org/releases/individual/app/xgamma-$version.tar.bz2)
2007-04-08 23:00:51 +02:00
build() {
cd xgamma-$version
./configure --prefix=/usr
2007-04-08 23:00:51 +02:00
make
make DESTDIR=$PKG install
}