Rename all port folders containing '-' to use '_' instead.

* haikuporter relies on the recipe file sharing the name with the port folder
This commit is contained in:
Oliver Tappe
2013-04-21 18:52:53 +02:00
parent db8f9fa6db
commit 2191f6611f
194 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
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"