summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-bh-type1
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:19:38 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:19:38 +0100
commite6f96d3470a5a1d2cee259b823187d75cb03ac1e (patch)
treed7678fd7338572cac3a8c8d4b955d8a35df38da2 /xorg/xorg-font-bh-type1
parent09d9e38ac611f6ec24bc09388fb5f712afa19cbb (diff)
downloadnutyx-extra-e6f96d3470a5a1d2cee259b823187d75cb03ac1e.tar.gz
nutyx-extra-e6f96d3470a5a1d2cee259b823187d75cb03ac1e.tar.bz2
nutyx-extra-e6f96d3470a5a1d2cee259b823187d75cb03ac1e.tar.xz
nutyx-extra-e6f96d3470a5a1d2cee259b823187d75cb03ac1e.zip
Ajout de xorg-font-bitstream-100dpi#1.0.0-2
Diffstat (limited to 'xorg/xorg-font-bh-type1')
-rw-r--r--xorg/xorg-font-bh-type1/.footprint29
-rw-r--r--xorg/xorg-font-bh-type1/.md5sum1
-rw-r--r--xorg/xorg-font-bh-type1/Pkgfile20
-rwxr-xr-xxorg/xorg-font-bh-type1/post-install5
4 files changed, 55 insertions, 0 deletions
diff --git a/xorg/xorg-font-bh-type1/.footprint b/xorg/xorg-font-bh-type1/.footprint
new file mode 100644
index 000000000..70fb3b995
--- /dev/null
+++ b/xorg/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/xorg-font-bh-type1/.md5sum b/xorg/xorg-font-bh-type1/.md5sum
new file mode 100644
index 000000000..01e2f0bcb
--- /dev/null
+++ b/xorg/xorg-font-bh-type1/.md5sum
@@ -0,0 +1 @@
+46588b22678e440741d6220bc3945cbf font-bh-type1-1.0.0.tar.bz2
diff --git a/xorg/xorg-font-bh-type1/Pkgfile b/xorg/xorg-font-bh-type1/Pkgfile
new file mode 100644
index 000000000..514be5645
--- /dev/null
+++ b/xorg/xorg-font-bh-type1/Pkgfile
@@ -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/xorg-font-bh-type1/post-install b/xorg/xorg-font-bh-type1/post-install
new file mode 100755
index 000000000..5760c9cf6
--- /dev/null
+++ b/xorg/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