2007-04-08 23:00:51 +02:00
|
|
|
# Description: Query or set X gamma correction
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 05:26:49 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2007-04-08 23:00:51 +02:00
|
|
|
# Depends on: xorg-libx11, xorg-libxxf86vm
|
|
|
|
|
|
|
|
name=xorg-xgamma
|
2012-07-16 05:26:49 +10:00
|
|
|
version=1.0.5
|
2007-04-08 23:00:51 +02:00
|
|
|
release=1
|
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/app/xgamma-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xgamma-$version
|
|
|
|
|
2007-08-07 13:47:26 +02:00
|
|
|
./configure --prefix=/usr --mandir=/usr/man
|
2007-04-08 23:00:51 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|