Files
haikuports/media-fonts/fira_fonts/fira_fonts-3.111.recipe
2015-01-08 05:44:40 +00:00

37 lines
985 B
Plaintext

SUMMARY="The Fira font"
DESCRIPTION="\
Designed to integrate with the character of Mozilla's Firefox OS, the \
Fira Sans typeface also aims to cover the legibility needs for a large range of \
handsets varying in screen quality and rendering. When working with Fira Sans \
it is recommended that micro font sizes that fall below our guidelines are avoided.
This also includes the Fira Mono typeface.
"
HOMEPAGE="http://www.carrois.com/fira-3-1/"
SRC_URI="http://www.carrois.com/wordpress/downloads/fira_3_1/FiraFonts3111.zip"
CHECKSUM_SHA256="3ced3df236b0b0eec1b390885c53ac02f3e3f830e9449414230717334a0b2457"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2014, Mozilla Foundation, Telefonica S.A."
REVISION="1"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="fira_fonts = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR=""
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/otfonts
mkdir -p ${FONTDIR}
cp */*/OTF/*.otf ${FONTDIR}
}