mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
* this fixes the wrong recipe names introduced by myself in #d525fee * adjust patch names to match corresponding recipes * additionally: create 'additional-files' folders as hint to some ports that do not have a proper recipe yet
22 lines
543 B
Plaintext
22 lines
543 B
Plaintext
DESCRIPTION="Arabic font"
|
|
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="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="c060ab84ab33ae8f991103258b8e7f22"
|
|
BUILD()
|
|
{
|
|
echo "No building required."
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/
|
|
mkdir -p ${FONTDIR}
|
|
cp -r *.ttf ${FONTDIR}
|
|
}
|
|
|
|
LICENSE="SIL Open Font License v1.1"
|
|
COPYRIGHT="2004-2008 SIL International"
|