mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
31 lines
739 B
Bash
31 lines
739 B
Bash
SUMMARY="M+ Japanese outline fonts"
|
|
DESCRIPTION="M+ FONTS are Japanese font families designed by Coji Morishita.
|
|
The 'M' stands for 'Minimum', while the plus sign means above minimum."
|
|
HOMEPAGE="mplus-fonts.sourceforge.jp"
|
|
SOURCE_URI="http://jaist.dl.sourceforge.jp/mplus-fonts/62344/mplus-TESTFLIGHT-059.tar.xz"
|
|
SOURCE_DIR=""
|
|
CHECKSUM_SHA256="7862e113e04986646117267c4baee30aea163d43a382c14693f15287f16bbf25"
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="2002-2008 M+ Fonts Project"
|
|
REVISION="2"
|
|
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE="yes"
|
|
|
|
PROVIDES="mplus = $portVersion"
|
|
BUILD_REQUIRES=""
|
|
BUILD_PREREQUIRES="coreutils"
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
|
|
cp mplus-TESTFLIGHT-059/*.ttf ${FONTDIR}
|
|
}
|