From d6ae3a80068cb72e8258e7a1b573d062dda3a5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Arroyo=20Calle?= Date: Wed, 14 Aug 2013 12:08:57 +0200 Subject: [PATCH] Ubuntu Font Family --- media-fonts/ubuntu/ubuntu-0.80.recipe | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 media-fonts/ubuntu/ubuntu-0.80.recipe diff --git a/media-fonts/ubuntu/ubuntu-0.80.recipe b/media-fonts/ubuntu/ubuntu-0.80.recipe new file mode 100644 index 000000000..5a0da9f2c --- /dev/null +++ b/media-fonts/ubuntu/ubuntu-0.80.recipe @@ -0,0 +1,32 @@ +DESCRIPTION="Font family from Ubunu operating system" +HOMEPAGE="http://font.ubuntu.com" +SRC_URI="http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd ubuntu-font-family-0.80 +} +INSTALL { + cd ubuntu-font-family-0.80 + FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/ubuntu + mkdir -p ${FONTDIR} + cp Ubuntu-B.ttf ${FONTDIR} + cp Ubuntu-BI.ttf ${FONTDIR} + cp Ubuntu-C.ttf ${FONTDIR} + cp Ubuntu-L.ttf ${FONTDIR} + cp Ubuntu-LI.ttf ${FONTDIR} + cp Ubuntu-M.ttf ${FONTDIR} + cp Ubuntu-MI.ttf ${FONTDIR} + cp Ubuntu-R.ttf ${FONTDIR} + cp Ubuntu-RI.ttf ${FONTDIR} + cp UbuntuMono-B.ttf ${FONTDIR} + cp UbuntuMono-BI.ttf ${FONTDIR} + cp UbuntuMono-R.ttf ${FONTDIR} + cp UbuntuMono-RI.ttf ${FONTDIR} + cp README.txt ${FONTDIR}/ubuntu-fonts-readme.txt + cp LICENCE.txt ${FONTDIR}/ubuntu-fonts-licence.txt +} + +LICENSE="Artistic" +COPYRIGHT="Canonical Ltd."