summaryrefslogtreecommitdiff
path: root/xorg-xgamma
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2007-04-08 23:00:51 +0200
committerTilman Sauerbeck <tilman@crux.nu>2007-04-08 23:00:51 +0200
commitd78895c337775a20607eff006afd26d997b4082a (patch)
tree2a7978ac992be17dbc14ca21f6eaca2db78fb050 /xorg-xgamma
parent45b3ef7cd9075ab6b7668ed5b2596d162a4ad6f1 (diff)
downloadxorg-d78895c337775a20607eff006afd26d997b4082a.tar.gz
xorg-d78895c337775a20607eff006afd26d997b4082a.tar.xz
xorg-xgamma: initial release
Diffstat (limited to 'xorg-xgamma')
-rw-r--r--xorg-xgamma/.footprint6
-rw-r--r--xorg-xgamma/.md5sum1
-rw-r--r--xorg-xgamma/Pkgfile18
3 files changed, 25 insertions, 0 deletions
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
+}

Generated by cgit