From 95085a9925704990405955dfe86cfaf30124b4a5 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 17 Dec 2009 17:15:43 +0100 Subject: [PATCH] xorg-bdftopcf: initial import (verified compilation) --- xorg-bdftopcf/.footprint | 6 ++++++ xorg-bdftopcf/.md5sum | 1 + xorg-bdftopcf/Pkgfile | 25 +++++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 xorg-bdftopcf/.footprint create mode 100644 xorg-bdftopcf/.md5sum create mode 100644 xorg-bdftopcf/Pkgfile diff --git a/xorg-bdftopcf/.footprint b/xorg-bdftopcf/.footprint new file mode 100644 index 0000000..0456b4c --- /dev/null +++ b/xorg-bdftopcf/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/bdftopcf +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/bdftopcf.1.gz diff --git a/xorg-bdftopcf/.md5sum b/xorg-bdftopcf/.md5sum new file mode 100644 index 0000000..562bd50 --- /dev/null +++ b/xorg-bdftopcf/.md5sum @@ -0,0 +1 @@ +148f20d28caaa69bbe7dcca7c2674fb6 bdftopcf-1.0.2.tar.bz2 diff --git a/xorg-bdftopcf/Pkgfile b/xorg-bdftopcf/Pkgfile new file mode 100644 index 0000000..026cf60 --- /dev/null +++ b/xorg-bdftopcf/Pkgfile @@ -0,0 +1,25 @@ +# Description: BDF to PCF font file converter +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck tilman at crux dot nu +# Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org +# Depends on: xorg-libxfont + +name=xorg-bdftopcf +version=1.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/bdftopcf-$version.tar.bz2) + +build() { + cd bdftopcf-$version + + export BDFTOPCF_LIBS="-L$CLFS/usr/lib -lXfont -lz -lm" + export BDFTOPCF_CFLAGS="-I$CLFS/usr/include" + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- 2.26.2