mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
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:
25
media-fonts/wqy_microhei/wqy-microhei-0.2.0-beta.recipe
Normal file
25
media-fonts/wqy_microhei/wqy-microhei-0.2.0-beta.recipe
Normal 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"
|
||||
Reference in New Issue
Block a user