ports/xorg (3.0): printproto: initial import
commit 6b42e2559769a9c2118823f58edd607ba21d41f0 Author: Danny Rawlins <monster.romster@gmail.com> Date: Thu Jan 9 22:57:51 2014 +1100 printproto: initial import diff --git a/printproto/.footprint b/printproto/.footprint new file mode 100644 index 0000000..ed88418 --- /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 0000000..6131d2a --- /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 0000000..40af072 --- /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 +}
participants (1)
-
crux@crux.nu