Files
haikuports/media-fonts/noto_serif_thai/noto_serif_thai-1.02.recipe
2014-12-28 04:22:10 +00:00

40 lines
802 B
Plaintext

LANG_EN="Thai"
LANG_DL="${LANG_EN}"
LANG_LC="thai"
SUMMARY="The Noto Serif font for $LANG_EN"
DESCRIPTION="
The Noto font family attempts to create a uniform look for all languages on \
Earth. This package contains the Noto Serif fonts for $LANG_EN.
"
HOMEPAGE="https://www.google.com/get/noto/"
SRC_URI="https://www.google.com/get/noto/pkgs/NotoSerif${LANG_DL}-hinted.zip"
CHECKSUM_SHA256="328795118275f01d03a74a95f327a5e0ad930e6e865f983408e67c0fa2eea1ee"
LICENSE="Apache v2"
COPYRIGHT="2012 Google Inc."
REVISION="1"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="
noto_serif_${LANG_LC}=$portVersion
"
REQUIRES=" "
BUILD_REQUIRES=" "
BUILD_PREREQUIRES="
coreutils
"
SOURCE_DIR=""
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}