Files
haikuports/media-fonts/nanumfont/nanumfont-2.0.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

22 lines
512 B
Plaintext

DESCRIPTION="Korean monospace font distributed by NHN"
HOMEPAGE="http://dev.naver.com/projects/nanumfont"
SRC_URI="http://dev.naver.com/frs/download.php/441/NanumGothicCoding-2.0.zip"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="6214a5844454c96faeac9a60539c7daf"
BUILD()
{
echo "No building required."
}
INSTALL()
{
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/nanumfont
mkdir -p ${FONTDIR}
cp -r *.ttf ${FONTDIR}/
}
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2009 NHN Corp."