summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:06:55 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:06:55 +0100
commitfbd0b014e3e65c773c12c45d983cef71cc8d998b (patch)
tree570a819638b777800efebdbe01acc0f0266025e4
parent8517d4e39a05a6e5be88b5fafc919bdb4e923b5f (diff)
downloadnutyx-pakxe-fbd0b014e3e65c773c12c45d983cef71cc8d998b.tar.gz
nutyx-pakxe-fbd0b014e3e65c773c12c45d983cef71cc8d998b.tar.bz2
nutyx-pakxe-fbd0b014e3e65c773c12c45d983cef71cc8d998b.tar.xz
nutyx-pakxe-fbd0b014e3e65c773c12c45d983cef71cc8d998b.zip
Ajout de xorg-bigreqsproto#1.0.2-1
-rw-r--r--xorg/xorg-bigreqsproto/.footprint8
-rw-r--r--xorg/xorg-bigreqsproto/.md5sum1
-rw-r--r--xorg/xorg-bigreqsproto/Pkgfile17
3 files changed, 26 insertions, 0 deletions
diff --git a/xorg/xorg-bigreqsproto/.footprint b/xorg/xorg-bigreqsproto/.footprint
new file mode 100644
index 000000000..db331b690
--- /dev/null
+++ b/xorg/xorg-bigreqsproto/.footprint
@@ -0,0 +1,8 @@
+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/bigreqstr.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/bigreqsproto.pc
diff --git a/xorg/xorg-bigreqsproto/.md5sum b/xorg/xorg-bigreqsproto/.md5sum
new file mode 100644
index 000000000..d730d72ef
--- /dev/null
+++ b/xorg/xorg-bigreqsproto/.md5sum
@@ -0,0 +1 @@
+95c29d9d10bf2868996c0c47a3b9a8dc bigreqsproto-1.0.2.tar.bz2
diff --git a/xorg/xorg-bigreqsproto/Pkgfile b/xorg/xorg-bigreqsproto/Pkgfile
new file mode 100644
index 000000000..1b55f41c2
--- /dev/null
+++ b/xorg/xorg-bigreqsproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg proto bigreqsproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-bigreqsproto
+version=1.0.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-$version.tar.bz2)
+
+build() {
+ cd bigreqsproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}