summaryrefslogtreecommitdiffstats
path: root/xorg-inputproto
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-inputproto
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-inputproto')
-rw-r--r--xorg-inputproto/.footprint11
-rw-r--r--xorg-inputproto/.md5sum1
-rw-r--r--xorg-inputproto/Pkgfile17
-rw-r--r--xorg-inputproto/Pkgfile.old17
4 files changed, 46 insertions, 0 deletions
diff --git a/xorg-inputproto/.footprint b/xorg-inputproto/.footprint
new file mode 100644
index 0000000..c92bd6b
--- /dev/null
+++ b/xorg-inputproto/.footprint
@@ -0,0 +1,11 @@
+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/XI.h
+-rw-r--r-- root/root usr/include/X11/extensions/XI2.h
+-rw-r--r-- root/root usr/include/X11/extensions/XI2proto.h
+-rw-r--r-- root/root usr/include/X11/extensions/XIproto.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/inputproto.pc
diff --git a/xorg-inputproto/.md5sum b/xorg-inputproto/.md5sum
new file mode 100644
index 0000000..b8df7e5
--- /dev/null
+++ b/xorg-inputproto/.md5sum
@@ -0,0 +1 @@
+0f7acbc14a082f9ae03744396527d23d inputproto-2.0.tar.bz2
diff --git a/xorg-inputproto/Pkgfile b/xorg-inputproto/Pkgfile
new file mode 100644
index 0000000..d57693c
--- /dev/null
+++ b/xorg-inputproto/Pkgfile
@@ -0,0 +1,17 @@
+description="xorg proto inputproto"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=()
+
+name=xorg-inputproto
+version=2.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/inputproto-2.0.tar.bz2)
+build ()
+{
+ cd inputproto-$version;
+ ./configure --prefix=/usr;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-inputproto/Pkgfile.old b/xorg-inputproto/Pkgfile.old
new file mode 100644
index 0000000..e7c27a6
--- /dev/null
+++ b/xorg-inputproto/Pkgfile.old
@@ -0,0 +1,17 @@
+# Description: xorg proto inputproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-inputproto
+version=2.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/inputproto-$version.tar.bz2)
+
+build() {
+ cd inputproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}