From df0dd25df8fc80870979b4d91cea4d1724c71ae4 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Sun, 4 Jan 2015 14:47:51 +0000 Subject: [PATCH] Add a new font, Clear Sans --- media-fonts/clear_sans/clear_sans-1.00.recipe | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 media-fonts/clear_sans/clear_sans-1.00.recipe diff --git a/media-fonts/clear_sans/clear_sans-1.00.recipe b/media-fonts/clear_sans/clear_sans-1.00.recipe new file mode 100644 index 000000000..8275af4b2 --- /dev/null +++ b/media-fonts/clear_sans/clear_sans-1.00.recipe @@ -0,0 +1,35 @@ +SUMMARY="The Clear Sans font" +DESCRIPTION="Clear Sans has been recognized as a versatile OpenType font for \ +screen, print, and Web. Clear Sans was designed with on-screen legibility \ +in mind. It strikes a balance between contemporary, professional, and stylish \ +expression and thoroughly functional purpose. It has a sophisticated and elegant \ +personality at all sizes, and its thoughtful design becomes even more evident at \ +the thin weight." +HOMEPAGE="https://01.org/clear-sans" +SRC_URI="https://01.org/sites/default/files/downloads/clear-sans/clearsans-1.00.zip" +CHECKSUM_SHA256="41809a296870dd7b4753d6532b4093821d61f9806281e6c053ccb11083ad1190" +LICENSE="Apache v2" +COPYRIGHT="2013 Intel" +REVISION="1" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes + +PROVIDES="clear_sans = $portVersion" +REQUIRES="" +BUILD_REQUIRES="" +BUILD_PREREQUIRES="coreutils" + +SOURCE_DIR="" + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/ttfonts + mkdir -p ${FONTDIR} + cp TTF/* ${FONTDIR} +}