summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-fixesproto
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:10:36 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:10:36 +0100
commit31b8a45131a66536b88cd4ec386922c5ca1b4cc6 (patch)
treeabb3b4d29407f5edee7775e8931ce05605f4c9b8 /xorg/xorg-fixesproto
parent897612117a2258be3f3b59224dc134a7efc7556f (diff)
downloadnutyx-extra-31b8a45131a66536b88cd4ec386922c5ca1b4cc6.tar.gz
nutyx-extra-31b8a45131a66536b88cd4ec386922c5ca1b4cc6.tar.bz2
nutyx-extra-31b8a45131a66536b88cd4ec386922c5ca1b4cc6.tar.xz
nutyx-extra-31b8a45131a66536b88cd4ec386922c5ca1b4cc6.zip
Ajout de xorg-fixesproto#4.0-1
Diffstat (limited to 'xorg/xorg-fixesproto')
-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
+}