diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 18:38:44 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 18:38:44 +0200 |
commit | dcdeeda188320374db8e86d3222099279b1d70cb (patch) | |
tree | 4318e28199e9df1146234913fafd33e17df8c9bb /xorg/xorg-xgamma/Pkgfile | |
parent | 691fbf92c1a63d0961cc421ff3bfa52ac8c5d072 (diff) | |
download | nutyx-pakxe-dcdeeda188320374db8e86d3222099279b1d70cb.tar.gz nutyx-pakxe-dcdeeda188320374db8e86d3222099279b1d70cb.tar.bz2 nutyx-pakxe-dcdeeda188320374db8e86d3222099279b1d70cb.tar.xz nutyx-pakxe-dcdeeda188320374db8e86d3222099279b1d70cb.zip |
xorg-xgamma, maj footprint
Diffstat (limited to 'xorg/xorg-xgamma/Pkgfile')
-rw-r--r-- | xorg/xorg-xgamma/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-xgamma/Pkgfile b/xorg/xorg-xgamma/Pkgfile index 9b263b6c2..21ceed6e5 100644 --- a/xorg/xorg-xgamma/Pkgfile +++ b/xorg/xorg-xgamma/Pkgfile @@ -1,6 +1,7 @@ # Description: Query or set X gamma correction # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libx11, xorg-libxxf86vm name=xorg-xgamma @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xgamma-$version.tar. build() { cd xgamma-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |