summaryrefslogtreecommitdiffstats
path: root/extra/xorg-xf86rushproto
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:41:56 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:41:56 +0200
commit61a6f66d299c6c8fa28234f5b4d1d8b44227bcca (patch)
treead83cae681d86a116e682ac7034baab86a9db0d4 /extra/xorg-xf86rushproto
parent257b8b412f0907a198b160a6ffe7aedbfbe5ab9f (diff)
downloadnutyx-extra-61a6f66d299c6c8fa28234f5b4d1d8b44227bcca.tar.gz
nutyx-extra-61a6f66d299c6c8fa28234f5b4d1d8b44227bcca.tar.bz2
nutyx-extra-61a6f66d299c6c8fa28234f5b4d1d8b44227bcca.tar.xz
nutyx-extra-61a6f66d299c6c8fa28234f5b4d1d8b44227bcca.zip
xorg-xf86rushproto dans extra
Diffstat (limited to 'extra/xorg-xf86rushproto')
-rw-r--r--extra/xorg-xf86rushproto/.footprint.i6869
-rw-r--r--extra/xorg-xf86rushproto/.footprint.x86_649
-rw-r--r--extra/xorg-xf86rushproto/.md5sum.i6861
-rw-r--r--extra/xorg-xf86rushproto/.md5sum.x86_641
-rw-r--r--extra/xorg-xf86rushproto/Pkgfile17
5 files changed, 37 insertions, 0 deletions
diff --git a/extra/xorg-xf86rushproto/.footprint.i686 b/extra/xorg-xf86rushproto/.footprint.i686
new file mode 100644
index 000000000..f52e5ea04
--- /dev/null
+++ b/extra/xorg-xf86rushproto/.footprint.i686
@@ -0,0 +1,9 @@
+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/xf86rush.h
+-rw-r--r-- root/root usr/include/X11/extensions/xf86rushstr.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xf86rushproto.pc
diff --git a/extra/xorg-xf86rushproto/.footprint.x86_64 b/extra/xorg-xf86rushproto/.footprint.x86_64
new file mode 100644
index 000000000..f52e5ea04
--- /dev/null
+++ b/extra/xorg-xf86rushproto/.footprint.x86_64
@@ -0,0 +1,9 @@
+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/xf86rush.h
+-rw-r--r-- root/root usr/include/X11/extensions/xf86rushstr.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xf86rushproto.pc
diff --git a/extra/xorg-xf86rushproto/.md5sum.i686 b/extra/xorg-xf86rushproto/.md5sum.i686
new file mode 100644
index 000000000..5abb8d1d3
--- /dev/null
+++ b/extra/xorg-xf86rushproto/.md5sum.i686
@@ -0,0 +1 @@
+b6a96ffdae084e27487a58314008b000 xf86rushproto-1.1.2.tar.bz2
diff --git a/extra/xorg-xf86rushproto/.md5sum.x86_64 b/extra/xorg-xf86rushproto/.md5sum.x86_64
new file mode 100644
index 000000000..5abb8d1d3
--- /dev/null
+++ b/extra/xorg-xf86rushproto/.md5sum.x86_64
@@ -0,0 +1 @@
+b6a96ffdae084e27487a58314008b000 xf86rushproto-1.1.2.tar.bz2
diff --git a/extra/xorg-xf86rushproto/Pkgfile b/extra/xorg-xf86rushproto/Pkgfile
new file mode 100644
index 000000000..77376bd6a
--- /dev/null
+++ b/extra/xorg-xf86rushproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg proto xf86rushproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-xf86rushproto
+version=1.1.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/xf86rushproto-$version.tar.bz2)
+
+build() {
+ cd xf86rushproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}