From 154ecc4acce16d25bbd0380e758d473672fede10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Arroyo=20Calle?= Date: Wed, 14 Aug 2013 11:16:26 +0200 Subject: [PATCH] Ubuntu Font Family --- media-fonts/ubuntu/ubuntu-0.80.bep | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 media-fonts/ubuntu/ubuntu-0.80.bep diff --git a/media-fonts/ubuntu/ubuntu-0.80.bep b/media-fonts/ubuntu/ubuntu-0.80.bep new file mode 100644 index 000000000..5a0da9f2c --- /dev/null +++ b/media-fonts/ubuntu/ubuntu-0.80.bep @@ -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."