Files
haikuports/media-fonts/lateef_font/lateef-font-1.001.recipe
Oliver Tappe 2191f6611f Rename all port folders containing '-' to use '_' instead.
* haikuporter relies on the recipe file sharing the name with the port folder
2013-04-21 18:58:18 +02:00

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"