Files
haikuports/media-fonts/noto_sans_lao/noto_sans_lao-1.00.recipe
2015-01-08 05:44:40 +00:00

40 lines
797 B
Plaintext

LANG_EN="Lao"
LANG_DL="${LANG_EN}"
LANG_LC="lao"
SUMMARY="The Noto Sans 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 Sans fonts for $LANG_EN.
"
HOMEPAGE="https://www.google.com/get/noto/"
SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip"
CHECKSUM_SHA256="d19fd542e8d246583dfdd4d3ed0915f41437b95142cabdbb0b4204e77542dad5"
LICENSE="Apache v2"
COPYRIGHT="2012 Google Inc."
REVISION="1"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="
noto_sans_${LANG_LC}=$portVersion
"
REQUIRES=" "
BUILD_REQUIRES=" "
BUILD_PREREQUIRES="
coreutils
"
SOURCE_DIR=""
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}