mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
40 lines
805 B
Plaintext
40 lines
805 B
Plaintext
LANG_EN="Khmer"
|
|
LANG_DL="${LANG_EN}"
|
|
LANG_LC="khmer"
|
|
|
|
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="c9bd280737a77e3fc2bb62a29c1dca09d546b7c528279957e5c5ad4026f6f35f"
|
|
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}
|
|
}
|