mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
lateef_font: update recipe
This commit is contained in:
@@ -1,13 +1,40 @@
|
||||
DESCRIPTION="Arabic font"
|
||||
SUMMARY="Arabic font"
|
||||
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"
|
||||
SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=Lateef_OT_1_001&filename=LateefRegOT_1.001.zip"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="c060ab84ab33ae8f991103258b8e7f22"
|
||||
CHECKSUM_SHA256="ca3f84555007975d69c18f3d958f6a1a1c79c5b550c13d168d600e07efac1c09"
|
||||
REVISION="3"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="2004-2008 SIL International"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="lateef_font = $portVersion"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
SOURCE_DIR=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
echo "No building required."
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
@@ -17,5 +44,3 @@ INSTALL()
|
||||
cp -r *.ttf ${FONTDIR}
|
||||
}
|
||||
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="2004-2008 SIL International"
|
||||
|
||||
Reference in New Issue
Block a user