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
This commit is contained in:
Oliver Tappe
2013-08-25 23:47:39 +02:00
parent 096da200da
commit aec3652b01
208 changed files with 199 additions and 8094 deletions

View File

@@ -0,0 +1,21 @@
DESCRIPTION="Urdu language font developed according to calligraphic rules, following the style of one of the finest calligraphers of Pakistan (Nafees Raqam)"
HOMEPAGE="http://www.crulp.org/software/localization/Fonts/nafeesNastaleeq.html"
SRC_URI="http://www.crulp.org/Downloads/localization/fonts/NafeesNastaleeq/Nafees_Nastaleeq_v1.02.zip"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="34ca164ce011b682522431fc332c0cb6"
BUILD()
{
echo "Nothing to be done. To install this font, run haikuporter with -i option"
}
INSTALL()
{
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/nafees-nastaleeq
mkdir -p ${FONTDIR}
cp "Nafees Nastaleeq v1.02.ttf" ${FONTDIR}
}
LICENSE="CRULP"
COPYRIGHT="2004 Center for Research in Urdu Language Processing"