xorg/xorg-xgamma/Pkgfile

19 lines
419 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: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libx11, xorg-libxxf86vm
name=xorg-xgamma
2011-01-07 15:17:54 +01:00
version=1.0.4
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
}