mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
mplus: bump version (059->062).
* change version system.
This commit is contained in:
29
media-fonts/mplus/mplus-062.recipe
Normal file
29
media-fonts/mplus/mplus-062.recipe
Normal file
@@ -0,0 +1,29 @@
|
||||
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="http://mplus-fonts.sourceforge.jp"
|
||||
COPYRIGHT="2002-2016 M+ Fonts Project"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://jaist.dl.sourceforge.jp/mplus-fonts/62344/mplus-TESTFLIGHT-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="0ac2b66f814129dcf327061944b6b409b6dae9e22f94f1a383d216556ddd84b8"
|
||||
SOURCE_DIR="mplus-TESTFLIGHT-$portVersion"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
mplus = $portVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
coreutils
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
|
||||
cp *.ttf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user