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

37 lines
1011 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
SUMMARY="Font for classicists, medievalists and linguists"
DESCRIPTION="\
Cardo is a large Unicode font specifically designed for the needs of \
classicists, Biblical scholars, medievalists, and linguists. Since it may be \
used to prepare materials for publication, it also contains features that are \
required for high-quality typography, such as ligatures, text figures, true \
small capitals and a variety of punctuation and space characters.
"
HOMEPAGE="http://scholarsfonts.net/cardofnt.html"
SRC_URI="http://scholarsfonts.net/cardo104.zip"
CHECKSUM_SHA256="9401db6357cb71fa1f8791323679f81d6b0473d6280a7ec8abdf11b5e52f455f"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="20042011 David J. Perry, with Reserved Font Name Cardo"
REVISION="2"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="cardo = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR=""
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}