Files
haikuports/media-fonts/nafees_nastaleeq/nafees_nastaleeq-1.02.recipe
2015-08-04 12:08:31 -04:00

34 lines
853 B
Bash

SUMMARY="The Nafees Nastaleed font"
DESCRIPTION="\
Urdu language font developed according to calligraphic rules, following the \
style of one of the finest calligraphers of Pakistan (Nafees Raqam).
"
HOMEPAGE="http://cle.org,pk/software/localization/Fonts/nafeesNastaleeq.html"
SOURCE_URI="http://cle.org.pk/Downloads/localization/fonts/NafeesNastaleeq/Nafees_Nastaleeq_v1.02.zip"
CHECKSUM_SHA256="3de26b7e9477f5e58f6e6478a61a1fc3889f533c1b8424d0d14fbc4b4e2b33c0"
REVISION="3"
LICENSE="CRULP"
COPYRIGHT="2004 Center for Research in Urdu Language Processing"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="nafees_nastaleeq = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR=""
BUILD()
{
true
}
INSTALL()
{
FONTDIR=${fontsDir}/ttfonts
mkdir -p ${FONTDIR}
cp "Nafees Nastaleeq v1.02.ttf" ${FONTDIR}
}