mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
VL-Gothic: update to current version.
This commit is contained in:
43
media-fonts/vl_gothic/vl_gothic-20141206.recipe
Normal file
43
media-fonts/vl_gothic/vl_gothic-20141206.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
SUMMARY="A modern gothic font including Japanese, as well as Latin and Greek glyphs"
|
||||
DESCRIPTION="This package includes the VL Gothic (monospace) and VL PGothic \
|
||||
(proportional) fonts. Originally developed for the Vine Linux project, they \
|
||||
include glyphs suitable for rendering Japanese text, as well as Latin and Greek \
|
||||
alphabets.
|
||||
The fonts are based on the M+ fonts and the Sazanami fonts."
|
||||
HOMEPAGE="http://vlgothic.dicey.org/"
|
||||
SRC_URI="http://sourceforge.jp/frs/redir.php?m=jaist&f=%2Fvlgothic%2F62375%2FVLGothic-20141206.tar.xz"
|
||||
CHECKSUM_SHA256="982040db2f9cb73d7c6ab7d9d163f2ed46d1180f330c9ba2fae303649bf8102d"
|
||||
LICENSE="BSD (3-clause)
|
||||
M+ Fonts Project
|
||||
Sazanami Gothic Font
|
||||
"
|
||||
COPYRIGHT="1990-2003 Wada Laboratory, the University of Tokyo.
|
||||
2003-2004 Electronic Font Open Laboratory (/efont/).
|
||||
2002-2014 M+ FONTS PROJECT
|
||||
2006-2014 Daisuke SUZUKI <daisuke@vinelinux.org>.
|
||||
2006-2014 Project Vine <Vine@vinelinux.org>.
|
||||
"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="vl_gothic = $portVersion"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
SOURCE_DIR="VLGothic"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts/
|
||||
mkdir -p ${FONTDIR}
|
||||
cp VL-Gothic-Regular.ttf ${FONTDIR}
|
||||
cp VL-PGothic-Regular.ttf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user