From 8517d4e39a05a6e5be88b5fafc919bdb4e923b5f Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 20:51:10 +0100 Subject: Ajout de xorg-bdftopcf#1.0.1-1 --- xorg/xorg-bdftopcf/.footprint | 6 ++++++ xorg/xorg-bdftopcf/.md5sum | 1 + xorg/xorg-bdftopcf/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 xorg/xorg-bdftopcf/.footprint create mode 100644 xorg/xorg-bdftopcf/.md5sum create mode 100644 xorg/xorg-bdftopcf/Pkgfile diff --git a/xorg/xorg-bdftopcf/.footprint b/xorg/xorg-bdftopcf/.footprint new file mode 100644 index 000000000..0456b4cd1 --- /dev/null +++ b/xorg/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/xorg-bdftopcf/.md5sum b/xorg/xorg-bdftopcf/.md5sum new file mode 100644 index 000000000..ecf924b14 --- /dev/null +++ b/xorg/xorg-bdftopcf/.md5sum @@ -0,0 +1 @@ +9685fab33d39954ab8a0d22e0969d5a4 bdftopcf-1.0.1.tar.bz2 diff --git a/xorg/xorg-bdftopcf/Pkgfile b/xorg/xorg-bdftopcf/Pkgfile new file mode 100644 index 000000000..4d793f37b --- /dev/null +++ b/xorg/xorg-bdftopcf/Pkgfile @@ -0,0 +1,18 @@ +# Description: BDF to PCF font file converter +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libxfont + +name=xorg-bdftopcf +version=1.0.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/bdftopcf-$version.tar.bz2) + +build() { + cd bdftopcf-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-70-g09d2