From d78895c337775a20607eff006afd26d997b4082a Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sun, 8 Apr 2007 23:00:51 +0200 Subject: xorg-xgamma: initial release --- xorg-xgamma/.footprint | 6 ++++++ xorg-xgamma/.md5sum | 1 + xorg-xgamma/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 xorg-xgamma/.footprint create mode 100644 xorg-xgamma/.md5sum create mode 100644 xorg-xgamma/Pkgfile (limited to 'xorg-xgamma') diff --git a/xorg-xgamma/.footprint b/xorg-xgamma/.footprint new file mode 100644 index 00000000..d0593116 --- /dev/null +++ b/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.1x.gz diff --git a/xorg-xgamma/.md5sum b/xorg-xgamma/.md5sum new file mode 100644 index 00000000..72050f20 --- /dev/null +++ b/xorg-xgamma/.md5sum @@ -0,0 +1 @@ +45d8fa3c85d4bfda87251798fd605a45 xgamma-1.0.1.tar.bz2 diff --git a/xorg-xgamma/Pkgfile b/xorg-xgamma/Pkgfile new file mode 100644 index 00000000..82da9137 --- /dev/null +++ b/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.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xgamma-$version.tar.bz2) + +build() { + cd xgamma-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3