summaryrefslogtreecommitdiffstats
path: root/xorg-kbproto
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
committerLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
commit1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch)
tree5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-kbproto
downloadxorg-master.tar.gz
xorg-master.tar.bz2
xorg-master.tar.xz
xorg-master.zip
Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7)HEADmaster
Diffstat (limited to 'xorg-kbproto')
-rw-r--r--xorg-kbproto/.footprint12
-rw-r--r--xorg-kbproto/.md5sum1
-rw-r--r--xorg-kbproto/Pkgfile17
-rw-r--r--xorg-kbproto/Pkgfile.old17
4 files changed, 47 insertions, 0 deletions
diff --git a/xorg-kbproto/.footprint b/xorg-kbproto/.footprint
new file mode 100644
index 0000000..6e16246
--- /dev/null
+++ b/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-kbproto/.md5sum b/xorg-kbproto/.md5sum
new file mode 100644
index 0000000..ce3f965
--- /dev/null
+++ b/xorg-kbproto/.md5sum
@@ -0,0 +1 @@
+e7edb59a3f54af15f749e8f3e314ee62 kbproto-1.0.5.tar.bz2
diff --git a/xorg-kbproto/Pkgfile b/xorg-kbproto/Pkgfile
new file mode 100644
index 0000000..99590ad
--- /dev/null
+++ b/xorg-kbproto/Pkgfile
@@ -0,0 +1,17 @@
+description="xorg proto kbproto"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=()
+
+name=xorg-kbproto
+version=1.0.5
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/kbproto-1.0.5.tar.bz2)
+build ()
+{
+ cd kbproto-$version;
+ ./configure --prefix=/usr;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-kbproto/Pkgfile.old b/xorg-kbproto/Pkgfile.old
new file mode 100644
index 0000000..954f1f9
--- /dev/null
+++ b/xorg-kbproto/Pkgfile.old
@@ -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.5
+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
+}