From 0fedbb9a0e6647e8ce9abb042d45f93cc2d6fac6 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 17 Dec 2009 00:35:06 +0100 Subject: [PATCH] xorg-fontsproto: initial import (verified compilation) --- xorg-fontsproto/.footprint | 13 +++++++++++++ xorg-fontsproto/.md5sum | 1 + xorg-fontsproto/Pkgfile | 20 ++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 xorg-fontsproto/.footprint create mode 100644 xorg-fontsproto/.md5sum create mode 100644 xorg-fontsproto/Pkgfile diff --git a/xorg-fontsproto/.footprint b/xorg-fontsproto/.footprint new file mode 100644 index 0000000..2d60782 --- /dev/null +++ b/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-fontsproto/.md5sum b/xorg-fontsproto/.md5sum new file mode 100644 index 0000000..b0b34ce --- /dev/null +++ b/xorg-fontsproto/.md5sum @@ -0,0 +1 @@ +f3a857deadca3144fba041af1dbf7603 fontsproto-2.1.0.tar.bz2 diff --git a/xorg-fontsproto/Pkgfile b/xorg-fontsproto/Pkgfile new file mode 100644 index 0000000..1af783c --- /dev/null +++ b/xorg-fontsproto/Pkgfile @@ -0,0 +1,20 @@ +# Description: xorg proto fontsproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dyndns dot org + +name=xorg-fontsproto +version=2.1.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/fontsproto-$version.tar.bz2) + +build() { + cd fontsproto-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + + make + make DESTDIR=$PKG install +} -- 2.26.2