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