summaryrefslogtreecommitdiffstats
path: root/xorg-xgamma/Pkgfile
blob: c1fbe0813fb4ed4b5977cdcea983f2ac75660877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="Query or set X gamma correction"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://xorg.freedesktop.org"
depends=(xorg-libx11 xorg-libxxf86vm)

name=xorg-xgamma
version=1.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xgamma-1.0.3.tar.bz2)
build () 
{ 
    cd xgamma-$version;
    ./configure --prefix=/usr --mandir=$mandir;
    make;
    make DESTDIR=$PKG install
}