summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2014-01-09 22:57:51 +1100
committerDanny Rawlins <monster.romster@gmail.com>2014-01-09 22:57:51 +1100
commit6b42e2559769a9c2118823f58edd607ba21d41f0 (patch)
tree728bb541765d2eeb328b35302c284980e640a230
parent90d0cf980b7f64f8d17692b324f074a6b6b47c22 (diff)
downloadxorg-6b42e2559769a9c2118823f58edd607ba21d41f0.tar.gz
xorg-6b42e2559769a9c2118823f58edd607ba21d41f0.tar.xz
printproto: initial import
-rw-r--r--printproto/.footprint12
-rw-r--r--printproto/.md5sum1
-rw-r--r--printproto/Pkgfile17
3 files changed, 30 insertions, 0 deletions
diff --git a/printproto/.footprint b/printproto/.footprint
new file mode 100644
index 00000000..ed88418e
--- /dev/null
+++ b/printproto/.footprint
@@ -0,0 +1,12 @@
+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
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man7/
+-rw-r--r-- root/root usr/man/man7/Xprint.7.gz
diff --git a/printproto/.md5sum b/printproto/.md5sum
new file mode 100644
index 00000000..6131d2a6
--- /dev/null
+++ b/printproto/.md5sum
@@ -0,0 +1 @@
+99d0e25feea2fead7d8325b7000b41c3 printproto-1.0.5.tar.bz2
diff --git a/printproto/Pkgfile b/printproto/Pkgfile
new file mode 100644
index 00000000..40af072c
--- /dev/null
+++ b/printproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: X11 print extension wire protocol
+# URL: http://xorg.freedesktop.org
+# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
+
+name=printproto
+version=1.0.5
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit