summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xorg/xorg-fontsproto/.footprint13
-rw-r--r--xorg/xorg-fontsproto/.md5sum1
-rw-r--r--xorg/xorg-fontsproto/Pkgfile17
3 files changed, 31 insertions, 0 deletions
diff --git a/xorg/xorg-fontsproto/.footprint b/xorg/xorg-fontsproto/.footprint
new file mode 100644
index 000000000..2d60782c1
--- /dev/null
+++ b/xorg/xorg-fontsproto/.footprint
@@ -0,0 +1,13 @@
+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/fonts/
+-rw-r--r-- root/root usr/include/X11/fonts/FS.h
+-rw-r--r-- root/root usr/include/X11/fonts/FSproto.h
+-rw-r--r-- root/root usr/include/X11/fonts/font.h
+-rw-r--r-- root/root usr/include/X11/fonts/fontproto.h
+-rw-r--r-- root/root usr/include/X11/fonts/fontstruct.h
+-rw-r--r-- root/root usr/include/X11/fonts/fsmasks.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/fontsproto.pc
diff --git a/xorg/xorg-fontsproto/.md5sum b/xorg/xorg-fontsproto/.md5sum
new file mode 100644
index 000000000..08e50c0c9
--- /dev/null
+++ b/xorg/xorg-fontsproto/.md5sum
@@ -0,0 +1 @@
+c946f166107b016a21cc7a02e1132724 fontsproto-2.0.2.tar.bz2
diff --git a/xorg/xorg-fontsproto/Pkgfile b/xorg/xorg-fontsproto/Pkgfile
new file mode 100644
index 000000000..3b745022c
--- /dev/null
+++ b/xorg/xorg-fontsproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg proto fontsproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-fontsproto
+version=2.0.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/fontsproto-$version.tar.bz2)
+
+build() {
+ cd fontsproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}