Files
haikuports/media-fonts/wqy_microhei/wqy-microhei-0.2.0-beta.recipe
Oliver Tappe 2191f6611f Rename all port folders containing '-' to use '_' instead.
* haikuporter relies on the recipe file sharing the name with the port folder
2013-04-21 18:58:18 +02:00

26 lines
639 B
Plaintext

DESCRIPTION="A droid derived Sans-Serif style CJK font"
HOMEPAGE="http://wqy.sourceforge.net/en"
SRC_URI="http://sourceforge.net/projects/wqy/files/wqy-microhei/0.2.0-beta/wqy-microhei-0.2.0-beta.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="a124c5c6606f4f3b733d3477380e9d2f"
BUILD()
{
cd wqy-microhei
}
INSTALL()
{
cd wqy-microhei
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/wenquanyi
mkdir -p ${FONTDIR}
cp wqy-microhei.ttc ${FONTDIR}/wqy-microhei.ttf
}
LICENSE="Apache v2
GNU GPL v3
GNU GPL font exception"
COPYRIGHT="2007 Google Corp.
2008-2010 WenQuanYi Board of Trustees and Qianqian Fang"