summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-bh-ttf/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:17:51 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:17:51 +0100
commit09d9e38ac611f6ec24bc09388fb5f712afa19cbb (patch)
treeedb8f477f80eee4a22ba3db35ed7863c5f8b4b74 /xorg/xorg-font-bh-ttf/Pkgfile
parentd01b5a9f3aab7286ed5ca4b9d06ba3408904b3f0 (diff)
downloadnutyx-extra-09d9e38ac611f6ec24bc09388fb5f712afa19cbb.tar.gz
nutyx-extra-09d9e38ac611f6ec24bc09388fb5f712afa19cbb.tar.bz2
nutyx-extra-09d9e38ac611f6ec24bc09388fb5f712afa19cbb.tar.xz
nutyx-extra-09d9e38ac611f6ec24bc09388fb5f712afa19cbb.zip
Ajout de xorg-font-bh-ttf#1.0.0-2
Diffstat (limited to 'xorg/xorg-font-bh-ttf/Pkgfile')
-rw-r--r--xorg/xorg-font-bh-ttf/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xorg-font-bh-ttf/Pkgfile b/xorg/xorg-font-bh-ttf/Pkgfile
new file mode 100644
index 000000000..82ffd34eb
--- /dev/null
+++ b/xorg/xorg-font-bh-ttf/Pkgfile
@@ -0,0 +1,20 @@
+# Description: xorg font font-bh-ttf
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+
+name=xorg-font-bh-ttf
+version=1.0.0
+release=2
+source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-$version.tar.bz2)
+
+build() {
+ cd font-bh-ttf-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -f $PKG/usr/lib/X11/fonts/TTF/fonts.{dir,scale,cache-1}
+}