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