summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-rgb
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:04:05 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:04:05 +0100
commitb68884055f0a66c766e9bcaba516f92556e0cd1c (patch)
tree19b1cb689f8cc30c98041c190cf3c0165c57ad9b /xorg/xorg-rgb
parentdbe0d88290a9bf665f0288f96fcccbe7f4019f33 (diff)
downloadnutyx-pakxe-b68884055f0a66c766e9bcaba516f92556e0cd1c.tar.gz
nutyx-pakxe-b68884055f0a66c766e9bcaba516f92556e0cd1c.tar.bz2
nutyx-pakxe-b68884055f0a66c766e9bcaba516f92556e0cd1c.tar.xz
nutyx-pakxe-b68884055f0a66c766e9bcaba516f92556e0cd1c.zip
Ajout de xorg-rgb#1.0.3-1
Diffstat (limited to 'xorg/xorg-rgb')
-rw-r--r--xorg/xorg-rgb/.footprint9
-rw-r--r--xorg/xorg-rgb/.md5sum1
-rw-r--r--xorg/xorg-rgb/Pkgfile18
3 files changed, 28 insertions, 0 deletions
diff --git a/xorg/xorg-rgb/.footprint b/xorg/xorg-rgb/.footprint
new file mode 100644
index 000000000..e8702ca78
--- /dev/null
+++ b/xorg/xorg-rgb/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/showrgb
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/showrgb.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/X11/
+-rw-r--r-- root/root usr/share/X11/rgb.txt
diff --git a/xorg/xorg-rgb/.md5sum b/xorg/xorg-rgb/.md5sum
new file mode 100644
index 000000000..f1009d331
--- /dev/null
+++ b/xorg/xorg-rgb/.md5sum
@@ -0,0 +1 @@
+44ea16cc3104de6401bc74035f642357 rgb-1.0.3.tar.bz2
diff --git a/xorg/xorg-rgb/Pkgfile b/xorg/xorg-rgb/Pkgfile
new file mode 100644
index 000000000..65e333105
--- /dev/null
+++ b/xorg/xorg-rgb/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X Window System RGB database
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-xproto
+
+name=xorg-rgb
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/rgb-$version.tar.bz2)
+
+build() {
+ cd rgb-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}