summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
authorIsmael Luceno2011-07-09 02:40:30 -0300
committerIsmael Luceno2011-07-09 02:43:03 -0300
commiteaa6756a8beaca41e75afbcffbda23288c660558 (patch)
tree78ff345a5b96dd22077367fe315a3bf78d91f138 /fonts-x11
parent3c1dad2af53e9a365a7755613da482293296b616 (diff)
ttf-roundstyle: new spell
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/ttf-roundstyle/BUILD1
-rwxr-xr-xfonts-x11/ttf-roundstyle/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-roundstyle/DETAILS16
-rw-r--r--fonts-x11/ttf-roundstyle/HISTORY2
-rwxr-xr-xfonts-x11/ttf-roundstyle/INSTALL4
5 files changed, 24 insertions, 0 deletions
diff --git a/fonts-x11/ttf-roundstyle/BUILD b/fonts-x11/ttf-roundstyle/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/ttf-roundstyle/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-roundstyle/DEPENDS b/fonts-x11/ttf-roundstyle/DEPENDS
new file mode 100755
index 0000000000..74ca5e3de8
--- /dev/null
+++ b/fonts-x11/ttf-roundstyle/DEPENDS
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/X11_DEPENDS
diff --git a/fonts-x11/ttf-roundstyle/DETAILS b/fonts-x11/ttf-roundstyle/DETAILS
new file mode 100755
index 0000000000..ee7749a342
--- /dev/null
+++ b/fonts-x11/ttf-roundstyle/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ttf-roundstyle
+ FVERSION=0ce9e9fc75521ac1d2d03681a11df5f4
+ VERSION=20110515
+ SOURCE=${SPELL#ttf-}.zip
+ SOURCE_URL[0]=http://openfontlibrary.org/assets/downloads/${SPELL#ttf-}/$FVERSION/$SOURCE
+ SOURCE_HASH=sha512:4530c19b3c8da66d331ed9314ef62058665cd07c57d3b31711b53e005057bc7c4abe24b6f27965a389fab14bf9f9fc28ebe156fc106615f2e59c5944b382f3a1
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/RoundStyle
+ WEB_SITE=http://openfontlibrary.org/font/${SPELL#ttf-}
+ ENTERED=20110709
+ LICENSE[0]="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL"
+ SHORT="RoundStyle Typeface"
+cat << EOF
+RoundStyle is five font family based on Roman Square Capitals and my older font
+from Nova Family fonts. The file contains five variants of the font - from the
+simpliest one to the most decorative (and a strange one).
+EOF
diff --git a/fonts-x11/ttf-roundstyle/HISTORY b/fonts-x11/ttf-roundstyle/HISTORY
new file mode 100644
index 0000000000..803c795a34
--- /dev/null
+++ b/fonts-x11/ttf-roundstyle/HISTORY
@@ -0,0 +1,2 @@
+2011-07-09 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/fonts-x11/ttf-roundstyle/INSTALL b/fonts-x11/ttf-roundstyle/INSTALL
new file mode 100755
index 0000000000..a7f58606ae
--- /dev/null
+++ b/fonts-x11/ttf-roundstyle/INSTALL
@@ -0,0 +1,4 @@
+local FONT_DIR="$INSTALL_ROOT/usr/share/fonts/TTF"
+
+mkdir -p "$FONT_DIR" &&
+install -m 644 -o root -g root "$SOURCE_DIRECTORY"/*/*.ttf "$FONT_DIR"