Files
haikuports/media-fonts/scheherazade_font/scheherazade_font-1.005.recipe
2015-07-02 11:13:12 -04:00

52 lines
1.9 KiB
Bash

SUMMARY="Arabic script font."
DESCRIPTION="\
Scheherazade, named after the heroine of the classic Arabian Nights tale, \
is designed in a similar style to traditional typefaces such as Monotype Naskh, \
extended to cover the full Unicode Arabic repertoire
The goal for this product was to provide a single Unicode-based font family \
that would contain a comprehensive inventory of glyphs needed for almost any \
Arabic-based writing system. This font makes use of state-of-the-art font \
technologies to support complex typographic issues.
This font provides a simplified rendering of Arabic script, using basic \
connecting glyphs but not including a wide variety of additional ligatures \
or contextual alternates (only the required lam-alef ligatures). This \
simplified style is often preferred for clarity, especially in non-Arabic \
languages, but may be considered unattractive in more traditional and \
literate communities.
One font from this typeface family is included in this release:
* Scheherazade Regular
This release supports virtually all of the Unicode 5.0 Arabic character \
repertoire (excluding the Arabic Presentation Forms blocks, which are not \
recommended for normal use). Font smarts are implemented using OpenType \
technology.
"
HOMEPAGE="http://scripts.sil.org/ArabicFonts_Download"
SOURCE_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=Scheherazade_OT_1_005&filename=ScherazadeRegOT-1.005.zip"
CHECKSUM_SHA256="5d621578fb946473492c3bd1f1a59fe55080dd7949e3bf28af01fa4fe2859e8b"
REVISION="3"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2004-2011 SIL International"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="scheherazade_font = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR=""
BUILD()
{
true
}
INSTALL()
{
FONTDIR=${fontsDir}/ttfonts
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}