xorg/xorg-xgamma/Pkgfile

19 lines
379 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
2022-12-04 17:09:35 +01:00
version=1.0.7
release=1
source=(https://www.x.org/releases/individual/app/xgamma-$version.tar.xz)
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
}