From 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 18 Dec 2010 23:16:03 +0100 Subject: Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7) --- xorg-font-bh-type1/.footprint | 29 +++++++++++++++++++++++++++++ xorg-font-bh-type1/.md5sum | 1 + xorg-font-bh-type1/Pkgfile | 18 ++++++++++++++++++ xorg-font-bh-type1/Pkgfile.old | 20 ++++++++++++++++++++ xorg-font-bh-type1/post-install | 5 +++++ 5 files changed, 73 insertions(+) create mode 100644 xorg-font-bh-type1/.footprint create mode 100644 xorg-font-bh-type1/.md5sum create mode 100644 xorg-font-bh-type1/Pkgfile create mode 100644 xorg-font-bh-type1/Pkgfile.old create mode 100755 xorg-font-bh-type1/post-install (limited to 'xorg-font-bh-type1') diff --git a/xorg-font-bh-type1/.footprint b/xorg-font-bh-type1/.footprint new file mode 100644 index 0000000..70fb3b9 --- /dev/null +++ b/xorg-font-bh-type1/.footprint @@ -0,0 +1,29 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/X11/ +drwxr-xr-x root/root usr/lib/X11/fonts/ +drwxr-xr-x root/root usr/lib/X11/fonts/Type1/ +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l047013t.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l047013t.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l047016t.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l047016t.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l047033t.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l047033t.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l047036t.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l047036t.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l048013t.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l048013t.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l048016t.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l048016t.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l048033t.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l048033t.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l048036t.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l048036t.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l049013t.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l049013t.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l049016t.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l049016t.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l049033t.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l049033t.pfa +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l049036t.afm +-rw-r--r-- root/root usr/lib/X11/fonts/Type1/l049036t.pfa diff --git a/xorg-font-bh-type1/.md5sum b/xorg-font-bh-type1/.md5sum new file mode 100644 index 0000000..01e2f0b --- /dev/null +++ b/xorg-font-bh-type1/.md5sum @@ -0,0 +1 @@ +46588b22678e440741d6220bc3945cbf font-bh-type1-1.0.0.tar.bz2 diff --git a/xorg-font-bh-type1/Pkgfile b/xorg-font-bh-type1/Pkgfile new file mode 100644 index 0000000..9545697 --- /dev/null +++ b/xorg-font-bh-type1/Pkgfile @@ -0,0 +1,18 @@ +description="xorg font font-bh-type1" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-mkfontdir xorg-mkfontscale fontconfig) + +name=xorg-font-bh-type1 +version=1.0.0 +release=2 +source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-type1-1.0.0.tar.bz2) +build () +{ + cd font-bh-type1-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install; + rm -f $PKG/usr/lib/X11/fonts/Type1/fonts.{dir,scale,cache-1} +} diff --git a/xorg-font-bh-type1/Pkgfile.old b/xorg-font-bh-type1/Pkgfile.old new file mode 100644 index 0000000..514be56 --- /dev/null +++ b/xorg-font-bh-type1/Pkgfile.old @@ -0,0 +1,20 @@ +# Description: xorg font font-bh-type1 +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig + +name=xorg-font-bh-type1 +version=1.0.0 +release=2 +source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-type1-$version.tar.bz2) + +build() { + cd font-bh-type1-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -f $PKG/usr/lib/X11/fonts/Type1/fonts.{dir,scale,cache-1} +} diff --git a/xorg-font-bh-type1/post-install b/xorg-font-bh-type1/post-install new file mode 100755 index 0000000..5760c9c --- /dev/null +++ b/xorg-font-bh-type1/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +mkfontdir /usr/lib/X11/fonts/Type1 +mkfontscale /usr/lib/X11/fonts/Type1 +fc-cache -- cgit v1.2.3-54-g00ecf