mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
new file: media-fonts/essays-1743/essays1743-2.001.recipe new file: media-fonts/mplus/mplus-2.2.4.recipe new file: media-fonts/unifont/unifont-7.0.06.recipe modified: media-fonts/mplus/mplus-2.2.4.recipe modified: media-fonts/unifont/unifont-7.0.06.recipe modified: media-fonts/mplus/mplus-2.2.4.recipe modified: media-fonts/unifont/unifont-7.0.06.recipe
30 lines
743 B
Plaintext
30 lines
743 B
Plaintext
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"
|
|
SRC_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="1"
|
|
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE="yes"
|
|
|
|
PROVIDES="mplus = $portVersion"
|
|
BUILD_REQUIRES=""
|
|
BUILD_PREREQUIRES="coreutils"
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/ttfonts/mplus/
|
|
mkdir -p ${FONTDIR}
|
|
|
|
cp mplus-TESTFLIGHT-059/*.ttf ${FONTDIR}
|
|
} |