mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
31 lines
964 B
Plaintext
31 lines
964 B
Plaintext
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_MD5="e48dadccd31a74667b0369d7e98e660f"
|
||
LICENSE="SIL Open Font License v1.1"
|
||
COPYRIGHT="2004–2011 David J. Perry, with Reserved Font Name Cardo"
|
||
REVISION="1"
|
||
|
||
ARCHITECTURES="any"
|
||
DISABLE_SOURCE_PACKAGE=yes
|
||
|
||
PROVIDES="cardo = $portVersion"
|
||
REQUIRES=""
|
||
BUILD_REQUIRES=""
|
||
BUILD_PREREQUIRES="coreutils"
|
||
|
||
SOURCE_DIR=""
|
||
|
||
BUILD()
|
||
{
|
||
true
|
||
}
|
||
|
||
INSTALL()
|
||
{
|
||
FONTDIR=$fontsDir/cardo
|
||
mkdir -p ${FONTDIR}
|
||
cp *.ttf ${FONTDIR}
|
||
}
|