[Lunar-commits] <moonbase-other> fonttools: Adding to moonbase. Will be a depends for liberation-fonts.
stumbles
stumbles at lunar-linux.org
Wed Dec 5 16:09:43 CET 2012
commit ac07a95a76c0c003523bcdf873fe40ddca3e7ac5
Author: stumbles <stumbles at lunar-linux.org>
Date: Wed, 05 Dec 2012 07:09:43 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/ac07a95a76c0c003523bcdf873fe40ddca3e7ac5
fonttools: Adding to moonbase. Will be a depends for liberation-fonts.
---
fonts/fonttools/BUILD | +9/-0
fonts/fonttools/DEPENDS | +2/-0
fonts/fonttools/DETAILS | +13/-0
3 files changed, 24 insertions(+)
--- /dev/null
+++ b/fonts/fonttools/BUILD
@@ -0,0 +1,9 @@
+(
+
+ python setup.py build &&
+
+ prepare_install &&
+
+ python setup.py install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/fonts/fonttools/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+
--- /dev/null
+++ b/fonts/fonttools/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=fonttools
+ VERSION=2.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:3d434d6192a1feb6605d67975c1e973e084e86d7
+ WEB_SITE=http://sourceforge.net/projects/fonttools/
+ ENTERED=20121205
+ UPDATED=20121205
+ MAINTAINER=neocrust at gmail.com
+ SHORT="convert OpenType and TrueType fonts to and from XML"
+cat << EOF
+Convert OpenType and TrueType fonts to and from XML.
+EOF
More information about the Lunar-commits
mailing list