Files
haikuports/media-fonts/lateef_font/lateef_font-1.001.recipe
Oliver Tappe aec3652b01 Cleanup: fix names of recipe and patch files.
* 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
2013-08-25 23:51:08 +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"