mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
33 lines
642 B
Bash
33 lines
642 B
Bash
SUMMARY="The Nanum font"
|
|
DESCRIPTION="\
|
|
Korean monospace font distributed by NHN.
|
|
"
|
|
HOMEPAGE="http://dev.naver.com/projects/nanumfont"
|
|
SOURCE_URI="http://dev.naver.com/frs/download.php/441/NanumGothicCoding-2.0.zip"
|
|
CHECKSUM_SHA256="177317f060e305fa1dca079d453584d9ca7880153c992b188128c6b3b75ece2a"
|
|
REVISION="3"
|
|
LICENSE="SIL Open Font License v1.1"
|
|
COPYRIGHT="2009 NHN Corp."
|
|
|
|
ARCHITECTURES="?any"
|
|
DISABLE_SOURCE_PACKAGE=yes
|
|
|
|
PROVIDES="nanumfont = $portVersion"
|
|
REQUIRES=""
|
|
BUILD_REQUIRES=""
|
|
BUILD_PREREQUIRES="coreutils"
|
|
|
|
SOURCE_DIR=""
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=${fontsDir}/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
cp *.ttf ${FONTDIR}
|
|
}
|