summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-fixesproto/.footprint9
-rw-r--r--xorg/xorg-fixesproto/.md5sum1
-rw-r--r--xorg/xorg-fixesproto/Pkgfile17
3 files changed, 27 insertions, 0 deletions
diff --git a/xorg/xorg-fixesproto/.footprint b/xorg/xorg-fixesproto/.footprint
new file mode 100644
index 000000000..7af11a32c
--- /dev/null
+++ b/xorg/xorg-fixesproto/.footprint
@@ -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/xfixesproto.h
+-rw-r--r-- root/root usr/include/X11/extensions/xfixeswire.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/fixesproto.pc
diff --git a/xorg/xorg-fixesproto/.md5sum b/xorg/xorg-fixesproto/.md5sum
new file mode 100644
index 000000000..9f344f40f
--- /dev/null
+++ b/xorg/xorg-fixesproto/.md5sum
@@ -0,0 +1 @@
+8b298cc3424597f8138c7faf7763dce9 fixesproto-4.0.tar.bz2
diff --git a/xorg/xorg-fixesproto/Pkgfile b/xorg/xorg-fixesproto/Pkgfile
new file mode 100644
index 000000000..79da3aeea
--- /dev/null
+++ b/xorg/xorg-fixesproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg proto fixesproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-fixesproto
+version=4.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/fixesproto-$version.tar.bz2)
+
+build() {
+ cd fixesproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}