mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Convert wqy_microhei recipe to an actual recipe
This commit is contained in:
@@ -1,25 +0,0 @@
|
|||||||
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"
|
|
||||||
39
media-fonts/wqy_microhei/wqy_microhei-0.2.0~beta.recipe
Normal file
39
media-fonts/wqy_microhei/wqy_microhei-0.2.0~beta.recipe
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
SUMMARY="A droid derived Sans-Serif style CJK font"
|
||||||
|
DESCRIPTION="A droid derived Sans-Serif style CJK font."
|
||||||
|
HOMEPAGE="http://wenq.org/wqy2/index.cgi?Home"
|
||||||
|
SRC_URI="http://sourceforge.net/projects/wqy/files/wqy-microhei/0.2.0-beta/wqy-microhei-0.2.0-beta.tar.gz"
|
||||||
|
CHECKSUM_MD5="a124c5c6606f4f3b733d3477380e9d2f"
|
||||||
|
LICENSE="
|
||||||
|
Apache v2
|
||||||
|
GNU GPL v3
|
||||||
|
GNU GPL font exception
|
||||||
|
"
|
||||||
|
COPYRIGHT="
|
||||||
|
2007 Google Corp.
|
||||||
|
2008-2010 WenQuanYi Board of Trustees and Qianqian Fang
|
||||||
|
"
|
||||||
|
REVISION="2"
|
||||||
|
ARCHITECTURES="any"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
wqy_microhei = $portVersion
|
||||||
|
"
|
||||||
|
REQUIRES=""
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
coreutils"
|
||||||
|
BUILD_PREREQUIRES=""
|
||||||
|
|
||||||
|
SOURCE_DIR="wqy-microhei"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
true
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
FONTDIR=$fontsDir/wenquanyi
|
||||||
|
mkdir -p ${FONTDIR}
|
||||||
|
cp wqy-microhei.ttc ${FONTDIR}/wqy-microhei.ttf
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user