Files
haikuports/media-fonts/nafees_riqa/nafees_riqa-1.00.recipe
Timothy Gu 21676bb201 Fix directory of installation of fonts
Also, do not install README as it only contains licensing information or is
the same text as the DESCRIPTION.
2014-12-24 04:51:20 +00:00

24 lines
626 B
Plaintext

DESCRIPTION="
Open Type Font for writng Urdu in Riqa script based on Unicode standard.
"
HOMEPAGE="http://www.crulp.org/software/localization/Fonts/nafeesRiqa.html"
SRC_URI="http://www.crulp.org/Downloads/localization/fonts/NafeesRiqa/Nafees_Riqa_v1.0.zip"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="504c6ada41a408575a120daf2a110b6f"
BUILD()
{
echo "Nothing to be done. To install this font, run haikuporter with -i option"
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp "Nafees Riqa v1.0.ttf" ${FONTDIR}
}
LICENSE="CRULP"
COPYRIGHT="2004 Center for Research in Urdu Language Processing"