Files
haikuports/media-fonts/noto_sans_tamil/noto_sans_tamil-1.04.recipe
2015-08-04 12:08:31 -04:00

40 lines
803 B
Bash

LANG_EN="Tamil"
LANG_DL="${LANG_EN}"
LANG_LC="tamil"
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/"
SOURCE_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip"
CHECKSUM_SHA256="15d8f1e5310f4d2eecf2e46a9d74b52c5a30afae00b90d2fe92bc8f00a5c1ee8"
LICENSE="Apache v2"
COPYRIGHT="2012 Google Inc."
REVISION="2"
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}
}