[Lunar-commits] <moonbase> terminus-font: work a bit the BUILD file.

Florin Braescu florin at lunar-linux.org
Sat Jan 31 22:10:04 CET 2009


commit 6ef6de8ea816b92d08d4ddf11d762cd7dfbdac5a
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jan 31 23:10:04 2009 +0200

    terminus-font: work a bit the BUILD file.
---
 fonts/terminus-font/BUILD   |   12 +++++++++---
 fonts/terminus-font/DETAILS |   20 ++++++++++----------
 2 files changed, 19 insertions(+), 13 deletions(-)

diff --git a/fonts/terminus-font/BUILD b/fonts/terminus-font/BUILD
index 6aade5b..ebef5ae 100644
--- a/fonts/terminus-font/BUILD
+++ b/fonts/terminus-font/BUILD
@@ -1,7 +1,13 @@
 (
 
   ./configure --x11dir=/usr/share/fonts/terminus  &&
-
-  default_make
-
+  make  psf          &&
+  prepare_install    &&
+  make  install-psf  &&
+  make  txt          &&
+  if 'module_installed kbd'; then
+      make  install-uni
+    else
+      make  install-acm
+  fi
 ) > $C_FIFO 2>&1
diff --git a/fonts/terminus-font/DETAILS b/fonts/terminus-font/DETAILS
index a1748c5..4dd6333 100644
--- a/fonts/terminus-font/DETAILS
+++ b/fonts/terminus-font/DETAILS
@@ -1,21 +1,21 @@
           MODULE=terminus-font
          VERSION=4.28
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.is-vn.bg/hamster/
+      SOURCE_URL=http://www.is-vn.bg/hamster
       SOURCE_VFY=sha1:5134a39dd6f50f07e77d20e0718fe8cd00cc16b4
-        WEB_SITE=http://www.is-vn.bg/hamster/
+        WEB_SITE=http://www.is-vn.bg/hamster
          ENTERED=20060604
          UPDATED=20081108
            SHORT="Terminus Font - a clean fixed width font"
 
 cat << EOF
 Terminus Font is designed for long (8 and more hours per day)
-work with computers. Version 4.20 contains 690 characters, covering
-code pages ISO8859-1/2/5/9/13/15/16, IBM-437/852/855/866, KOI8-R/U/E/F,
-Windows-1250/1251/1252/1254/1257, Paratype-PT154/PT254, Bulgarian-MIK,
-Macintosh-Ukrainian, Esperanto and many others (a total of about 110
-language sets). Also included are the IBM VGA, vt100 and xterm
-pseudographic characters. The sizes present are 6x12, 8x14, 8x16,
-10x20, 12x24, 14x28 and 16x32. The styles are normal and bold
-(except for 6x12), plus EGA/VGA-bold for 8x14 and 8x16.
+work with computers. It covers code pages ISO8859-1/2/5/9/13/15/16, 
+IBM-437/852/855/866, KOI8-R/U/E/F, Windows-1250/1251/1252/1254/1257, 
+Paratype-PT154/PT254, Bulgarian-MIK, Macintosh-Ukrainian, Esperanto 
+and many others (a total of about 110 language sets). 
+Also included are the IBM VGA, vt100 and xterm pseudographic characters. 
+The sizes present are 6x12, 8x14, 8x16, 10x20, 12x24, 14x28 and 16x32. 
+The styles are normal and bold (except for 6x12), plus EGA/VGA-bold 
+for 8x14 and 8x16.
 EOF


More information about the Lunar-commits mailing list