[oe-commits] Michael 'Mickey' Lauer : otf-junction: new font recipe

git version control git at git.openembedded.org
Thu Jan 6 14:15:37 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d120a61ed69a01a252b42ccb11e417aec433d563
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d120a61ed69a01a252b42ccb11e417aec433d563

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Jan  6 15:13:55 2011 +0100

otf-junction: new font recipe

---

 recipes/ttf-fonts/otf-junction_02.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/recipes/ttf-fonts/otf-junction_02.bb b/recipes/ttf-fonts/otf-junction_02.bb
new file mode 100644
index 0000000..1f27602
--- /dev/null
+++ b/recipes/ttf-fonts/otf-junction_02.bb
@@ -0,0 +1,19 @@
+require ttf.inc
+
+DESCRIPTION = "Junction Fonts - OTF Edition"
+LICENSE = "OFL"
+PR = "r0"
+
+SRC_URI = "http://www.linuxtogo.org/~mickeyl/misc/junction.zip"
+S = "${WORKDIR}"
+
+do_install() {
+	install -d ${D}${datadir}/fonts/${PN}
+	install -m 0644 */*.otf ${D}${datadir}/fonts/${PN}/
+}
+
+SRC_URI[md5sum] = "fe26a1f85d7f367781e0f8764552dff7"
+SRC_URI[sha256sum] = "cab8f3f546c49f2aae9855c252e898cb1951a50a5638080cc713d8987520b366"
+
+FILES_${PN} += "${datadir}/fonts/${PN}/*.otf"
+





More information about the Openembedded-commits mailing list