summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-printproto
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:01:09 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:01:09 +0100
commit9df0f9e32ba81bb53c5028486610364eeb4d662e (patch)
tree42605cd35155025807026bcf4ffb7e44b65c0544 /xorg/xorg-printproto
parentcc80b0f59accae0d0727f77c12ef3d686a90e03c (diff)
downloadnutyx-pakxe-9df0f9e32ba81bb53c5028486610364eeb4d662e.tar.gz
nutyx-pakxe-9df0f9e32ba81bb53c5028486610364eeb4d662e.tar.bz2
nutyx-pakxe-9df0f9e32ba81bb53c5028486610364eeb4d662e.tar.xz
nutyx-pakxe-9df0f9e32ba81bb53c5028486610364eeb4d662e.zip
Ajout de xorg-printproto#1.0.4-1
Diffstat (limited to 'xorg/xorg-printproto')
-rw-r--r--xorg/xorg-printproto/.footprint9
-rw-r--r--xorg/xorg-printproto/.md5sum1
-rwxr-xr-xxorg/xorg-printproto/Pkgfile20
3 files changed, 30 insertions, 0 deletions
diff --git a/xorg/xorg-printproto/.footprint b/xorg/xorg-printproto/.footprint
new file mode 100644
index 000000000..2a1eeb39b
--- /dev/null
+++ b/xorg/xorg-printproto/.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/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/xorg/xorg-printproto/.md5sum b/xorg/xorg-printproto/.md5sum
new file mode 100644
index 000000000..6d211d60b
--- /dev/null
+++ b/xorg/xorg-printproto/.md5sum
@@ -0,0 +1 @@
+7321847a60748b4d2f1fa16db4b6ede8 printproto-1.0.4.tar.bz2
diff --git a/xorg/xorg-printproto/Pkgfile b/xorg/xorg-printproto/Pkgfile
new file mode 100755
index 000000000..a90e249ed
--- /dev/null
+++ b/xorg/xorg-printproto/Pkgfile
@@ -0,0 +1,20 @@
+# Description: paquet d'entete pour Xorg 7
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=xorg-printproto
+version=1.0.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/printproto-$version.tar.bz2)
+
+
+
+build() {
+ cd printproto-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share
+}