Files
haikuports/media-fonts/nafees_riqa/nafees_riqa-1.00.recipe
Chirayu Desai 049785062c nafees_*: update recipe and URL
* Update to the new format, and fix the homepage and download URLs for
  nafees_nastaleeq and nafees_riqa
2015-01-08 05:34:32 +00:00

34 lines
743 B
Plaintext

SUMMARY="The Nafees Riqa font"
DESCRIPTION="\
True Type Font for writng Urdu in Riqa script based on Unicode standard.
"
HOMEPAGE="http://cle.org.pk/software/localization/Fonts/nafeesRiqa.html"
SRC_URI="http://cle.org.pk/Downloads/localization/fonts/NafeesRiqa/Nafees_Riqa_v1.0.zip"
CHECKSUM_SHA256="11b567f9bddd8233973edd4abb912dc29644c96a4925bd01f1c948e575d531d2"
REVISION="3"
LICENSE="CRULP"
COPYRIGHT="2004 Center for Research in Urdu Language Processing"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="nafees_riqa = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR=""
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp "Nafees Riqa v1.0.ttf" ${FONTDIR}
}