Files
haikuports/media-fonts/lateef_font/lateef_font-1.001.recipe
2015-08-28 10:47:07 -04:00

47 lines
1.6 KiB
Bash

SUMMARY="Arabic font for Sindhi and other languages of the South Asian region"
DESCRIPTION="Lateef is named after Shah Abdul Lateef Bhitai, the famous \
Sindhi mystic and poet. It is intended to be an appropriate style for use \
in Sindhi and other languages of the South Asian region.
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:
* Lateef 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"
COPYRIGHT="2004-2008 SIL International"
LICENSE="SIL Open Font License v1.1"
REVISION="3"
SOURCE_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=Lateef_OT_1_001&filename=LateefRegOT_1.001.zip"
CHECKSUM_SHA256="ca3f84555007975d69c18f3d958f6a1a1c79c5b550c13d168d600e07efac1c09"
SOURCE_DIR=""
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="lateef_font = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=${fontsDir}/ttfonts
mkdir -p ${FONTDIR}
cp -r *.ttf ${FONTDIR}
}