summaryrefslogtreecommitdiffstats
path: root/extra/xorg-printproto
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:49:50 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:49:50 +0200
commit954acb50c4df78dac17b07935e42e3b4fa0c028f (patch)
treec43fcf1403f9b60e71e6d11cda1511d734a4fb6e /extra/xorg-printproto
parent197e82685178cf6e98ec0673606218ee2f782a67 (diff)
downloadnutyx-extra-954acb50c4df78dac17b07935e42e3b4fa0c028f.tar.gz
nutyx-extra-954acb50c4df78dac17b07935e42e3b4fa0c028f.tar.bz2
nutyx-extra-954acb50c4df78dac17b07935e42e3b4fa0c028f.tar.xz
nutyx-extra-954acb50c4df78dac17b07935e42e3b4fa0c028f.zip
xorg-printproto dans extra
Diffstat (limited to 'extra/xorg-printproto')
-rw-r--r--extra/xorg-printproto/.footprint.i6869
-rw-r--r--extra/xorg-printproto/.footprint.x86_649
-rw-r--r--extra/xorg-printproto/.md5sum.i6861
-rw-r--r--extra/xorg-printproto/.md5sum.x86_641
-rwxr-xr-xextra/xorg-printproto/Pkgfile17
5 files changed, 37 insertions, 0 deletions
diff --git a/extra/xorg-printproto/.footprint.i686 b/extra/xorg-printproto/.footprint.i686
new file mode 100644
index 000000000..2a1eeb39b
--- /dev/null
+++ b/extra/xorg-printproto/.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/Print.h
+-rw-r--r-- root/root usr/include/X11/extensions/Printstr.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/printproto.pc
diff --git a/extra/xorg-printproto/.footprint.x86_64 b/extra/xorg-printproto/.footprint.x86_64
new file mode 100644
index 000000000..2a1eeb39b
--- /dev/null
+++ b/extra/xorg-printproto/.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/Print.h
+-rw-r--r-- root/root usr/include/X11/extensions/Printstr.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/printproto.pc
diff --git a/extra/xorg-printproto/.md5sum.i686 b/extra/xorg-printproto/.md5sum.i686
new file mode 100644
index 000000000..6131d2a66
--- /dev/null
+++ b/extra/xorg-printproto/.md5sum.i686
@@ -0,0 +1 @@
+99d0e25feea2fead7d8325b7000b41c3 printproto-1.0.5.tar.bz2
diff --git a/extra/xorg-printproto/.md5sum.x86_64 b/extra/xorg-printproto/.md5sum.x86_64
new file mode 100644
index 000000000..6131d2a66
--- /dev/null
+++ b/extra/xorg-printproto/.md5sum.x86_64
@@ -0,0 +1 @@
+99d0e25feea2fead7d8325b7000b41c3 printproto-1.0.5.tar.bz2
diff --git a/extra/xorg-printproto/Pkgfile b/extra/xorg-printproto/Pkgfile
new file mode 100755
index 000000000..7ddb229ff
--- /dev/null
+++ b/extra/xorg-printproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: paquet d'entête pour Xorg
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=xorg-printproto
+version=1.0.5
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/printproto-$version.tar.bz2)
+
+build() {
+ cd printproto-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/$XORG_PREFIX/share
+}