diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xgamma/.footprint | 6 | ||||
-rw-r--r-- | xorg/xorg-xgamma/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xgamma/Pkgfile | 18 |
3 files changed, 25 insertions, 0 deletions
diff --git a/xorg/xorg-xgamma/.footprint b/xorg/xorg-xgamma/.footprint new file mode 100644 index 000000000..711232ec5 --- /dev/null +++ b/xorg/xorg-xgamma/.footprint @@ -0,0 +1,6 @@ +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 diff --git a/xorg/xorg-xgamma/.md5sum b/xorg/xorg-xgamma/.md5sum new file mode 100644 index 000000000..e18e495be --- /dev/null +++ b/xorg/xorg-xgamma/.md5sum @@ -0,0 +1 @@ +f13ddedaa63a608d3b025d326f4f5b5d xgamma-1.0.2.tar.bz2 diff --git a/xorg/xorg-xgamma/Pkgfile b/xorg/xorg-xgamma/Pkgfile new file mode 100644 index 000000000..9b263b6c2 --- /dev/null +++ b/xorg/xorg-xgamma/Pkgfile @@ -0,0 +1,18 @@ +# 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 +version=1.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xgamma-$version.tar.bz2) + +build() { + cd xgamma-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |