From d120a61ed69a01a252b42ccb11e417aec433d563 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Thu, 6 Jan 2011 15:13:55 +0100 Subject: [PATCH] otf-junction: new font recipe --- recipes/ttf-fonts/otf-junction_02.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/ttf-fonts/otf-junction_02.bb diff --git a/recipes/ttf-fonts/otf-junction_02.bb b/recipes/ttf-fonts/otf-junction_02.bb new file mode 100644 index 0000000000..1f27602b75 --- /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" + -- 2.39.5