[Lunar-commits] <moonbase-other> urwfonts: adding to moonbase
Dennis Veatch
dennisveatch at bellsouth.net
Wed Oct 22 13:04:53 CEST 2014
commit 2f9be03a44e7186a8da697f4651f40fc4d6889a0
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 22 Oct 2014 07:04:41 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/2f9be03a44e7186a8da697f4651f40fc4d6889a0
urwfonts: adding to moonbase
---
fonts/urwfonts/BUILD | +14/-0
fonts/urwfonts/DEPENDS | +1/-0
fonts/urwfonts/DETAILS | +12/-0
fonts/urwfonts/POST_INSTALL | +2/-0
fonts/urwfonts/PRE_BUILD | +4/-0
5 files changed, 33 insertions(+)
--- /dev/null
+++ b/fonts/urwfonts/BUILD
@@ -0,0 +1,14 @@
+
+ URWD=/usr/share/fonts/urwfonts
+
+ prepare_install &&
+
+ if [ ! -d $URWD ] ; then
+ mkdir -p $URWD
+ fi &&
+
+ if [ -d old.libraries ] ; then
+ rmdir old.libraries
+ fi &&
+
+ cp -f $SOURCE_DIRECTORY/* $URWD
--- /dev/null
+++ b/fonts/urwfonts/DEPENDS
@@ -0,0 +1 @@
+depends fontconfig
--- /dev/null
+++ b/fonts/urwfonts/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=urwfonts
+ VERSION=8.71
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://ftp.sunet.se/pub/text-processing/postscript/interpreters/ghostscript/AFPL/GhostPCL/
+ SOURCE_VFY=sha1:3b88aae7ffbaa7579250681ec6891d421ab32c6e
+ WEB_SITE=http://www.ghostscript.com/GhostPCL.html
+ ENTERED=20140929
+ UPDATED=20070807
+ SHORT="Ghostscript urwfonts"
+cat << EOF
+Ghostscript urwfonts.
+EOF
--- /dev/null
+++ b/fonts/urwfonts/POST_INSTALL
@@ -0,0 +1,2 @@
+message "Running fc-cache please be patient" &&
+fc-cache -f
--- /dev/null
+++ b/fonts/urwfonts/PRE_BUILD
@@ -0,0 +1,4 @@
+#mk_source_dir &&
+#cd $SOURCE_DIRECTORY &&
+#unpack $SOURCE
+default_pre_build
More information about the Lunar-commits
mailing list