summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-kbproto
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:36:16 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:36:16 +0100
commit93b0148de4180c63cef63242739cc1f2fff70bdb (patch)
tree96fc767e6852a912e3e38a5e624fe4b7e86693f6 /xorg/xorg-kbproto
parent361172ede23764fd0f2520d08abcde4b29616172 (diff)
downloadnutyx-extra-93b0148de4180c63cef63242739cc1f2fff70bdb.tar.gz
nutyx-extra-93b0148de4180c63cef63242739cc1f2fff70bdb.tar.bz2
nutyx-extra-93b0148de4180c63cef63242739cc1f2fff70bdb.tar.xz
nutyx-extra-93b0148de4180c63cef63242739cc1f2fff70bdb.zip
Ajout de xorg-kbproto#1.0.3-1
Diffstat (limited to 'xorg/xorg-kbproto')
-rw-r--r--xorg/xorg-kbproto/.footprint12
-rw-r--r--xorg/xorg-kbproto/.md5sum1
-rw-r--r--xorg/xorg-kbproto/Pkgfile17
3 files changed, 30 insertions, 0 deletions
diff --git a/xorg/xorg-kbproto/.footprint b/xorg/xorg-kbproto/.footprint
new file mode 100644
index 000000000..6e16246c6
--- /dev/null
+++ b/xorg/xorg-kbproto/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/X11/
+drwxr-xr-x root/root usr/include/X11/extensions/
+-rw-r--r-- root/root usr/include/X11/extensions/XKB.h
+-rw-r--r-- root/root usr/include/X11/extensions/XKBgeom.h
+-rw-r--r-- root/root usr/include/X11/extensions/XKBproto.h
+-rw-r--r-- root/root usr/include/X11/extensions/XKBsrv.h
+-rw-r--r-- root/root usr/include/X11/extensions/XKBstr.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/kbproto.pc
diff --git a/xorg/xorg-kbproto/.md5sum b/xorg/xorg-kbproto/.md5sum
new file mode 100644
index 000000000..b49290a40
--- /dev/null
+++ b/xorg/xorg-kbproto/.md5sum
@@ -0,0 +1 @@
+6092cdb0a1225f95356ddbe6c2abaad5 kbproto-1.0.3.tar.bz2
diff --git a/xorg/xorg-kbproto/Pkgfile b/xorg/xorg-kbproto/Pkgfile
new file mode 100644
index 000000000..d3b91d7fb
--- /dev/null
+++ b/xorg/xorg-kbproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg proto kbproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-kbproto
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/kbproto-$version.tar.bz2)
+
+build() {
+ cd kbproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}