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 | |
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
-rw-r--r-- | xorg/xorg-xgamma/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xgamma/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-xgamma/.footprint b/xorg/xorg-xgamma/.footprint index 711232ec5..4e927e4b5 100644 --- a/xorg/xorg-xgamma/.footprint +++ b/xorg/xorg-xgamma/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xgamma -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xgamma.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xgamma.1.gz 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 |