Files
haikuports/media-fonts/noto_sans_gurmukhi/noto_sans_gurmukhi-1.01.recipe
Timothy Gu 21676bb201 Fix directory of installation of fonts
Also, do not install README as it only contains licensing information or is
the same text as the DESCRIPTION.
2014-12-24 04:51:20 +00:00

40 lines
806 B
Plaintext

LANG_EN="Gurmukhi"
LANG_DL="${LANG_EN}"
LANG_LC="gurmukhi"
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="c154bacc4998fa6e8eb380cf6823a07c2cf6bcafbad373446fbb7576f61d1e48"
LICENSE="Apache v2"
COPYRIGHT="2013 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}
}