summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 11:12:38 +0100
committersibel <lesibel@free.fr>2011-03-03 11:12:38 +0100
commit070918031cc65b43551df7eb92f417dd5d1ee0da (patch)
tree8092978f27d69d71c0a2fda53e402ea9b3fff292 /base
parentf1252eb903b5e20a0df8c9164d0ce7680b5cc1ac (diff)
downloadnutyx-pakxe-070918031cc65b43551df7eb92f417dd5d1ee0da.tar.gz
nutyx-pakxe-070918031cc65b43551df7eb92f417dd5d1ee0da.tar.bz2
nutyx-pakxe-070918031cc65b43551df7eb92f417dd5d1ee0da.tar.xz
nutyx-pakxe-070918031cc65b43551df7eb92f417dd5d1ee0da.zip
xorg-bigreqsproto, déplacé dans base
Diffstat (limited to 'base')
-rw-r--r--base/xorg-bigreqsproto/.footprint.i6869
-rw-r--r--base/xorg-bigreqsproto/.footprint.x86_649
-rw-r--r--base/xorg-bigreqsproto/.md5sum.i6861
-rw-r--r--base/xorg-bigreqsproto/.md5sum.x86_641
-rw-r--r--base/xorg-bigreqsproto/Pkgfile17
5 files changed, 37 insertions, 0 deletions
diff --git a/base/xorg-bigreqsproto/.footprint.i686 b/base/xorg-bigreqsproto/.footprint.i686
new file mode 100644
index 000000000..66ae51e79
--- /dev/null
+++ b/base/xorg-bigreqsproto/.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/bigreqsproto.h
+-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/base/xorg-bigreqsproto/.footprint.x86_64 b/base/xorg-bigreqsproto/.footprint.x86_64
new file mode 100644
index 000000000..66ae51e79
--- /dev/null
+++ b/base/xorg-bigreqsproto/.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/bigreqsproto.h
+-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/base/xorg-bigreqsproto/.md5sum.i686 b/base/xorg-bigreqsproto/.md5sum.i686
new file mode 100644
index 000000000..a34c6256c
--- /dev/null
+++ b/base/xorg-bigreqsproto/.md5sum.i686
@@ -0,0 +1 @@
+6f6c24436c2b3ab235eb14a85b9aaacf bigreqsproto-1.1.1.tar.bz2
diff --git a/base/xorg-bigreqsproto/.md5sum.x86_64 b/base/xorg-bigreqsproto/.md5sum.x86_64
new file mode 100644
index 000000000..a34c6256c
--- /dev/null
+++ b/base/xorg-bigreqsproto/.md5sum.x86_64
@@ -0,0 +1 @@
+6f6c24436c2b3ab235eb14a85b9aaacf bigreqsproto-1.1.1.tar.bz2
diff --git a/base/xorg-bigreqsproto/Pkgfile b/base/xorg-bigreqsproto/Pkgfile
new file mode 100644
index 000000000..9e26d38c5
--- /dev/null
+++ b/base/xorg-bigreqsproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg proto bigreqsproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=xorg-bigreqsproto
+version=1.1.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-$version.tar.bz2)
+
+build() {
+ cd bigreqsproto-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/$XORG_PREFIX/share
+}