mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Convert wqy_zenhei recipe to an actual recipe
This commit is contained in:
@@ -1,23 +1,35 @@
|
||||
DESCRIPTION="WenQuanYi Hei-Ti Style (sans-serif) Chinese outline font"
|
||||
HOMEPAGE="http://wqy.sourceforge.net/en"
|
||||
SUMMARY="WenQuanYi Hei-Ti Style (sans-serif) Chinese outline font"
|
||||
DESCRIPTION="WenQuanYi Hei-Ti Style (sans-serif) Chinese outline font."
|
||||
HOMEPAGE="http://wenq.org/wqy2/index.cgi?Home"
|
||||
SRC_URI="http://sourceforge.net/projects/wqy/files/wqy-zenhei/0.9.45%20%28Fighting-state%20RC1%29/wqy-zenhei-0.9.45.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="4c6c3f4e902dd5ee0a121e8c41d040bd"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU GPL v2 with font embedding exception
|
||||
"
|
||||
COPYRIGHT="2005-2010 Qianqian Fang and The WenQuanYi Project Board of Trustees"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
wqy_zenhei = $portVersion
|
||||
"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES="
|
||||
coreutils"
|
||||
BUILD_PREREQUIRES=""
|
||||
|
||||
SOURCE_DIR="wqy-zenhei"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd wqy-zenhei
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd wqy-zenhei
|
||||
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/wenquanyi
|
||||
FONTDIR=$fontsDir/wenquanyi
|
||||
mkdir -p ${FONTDIR}
|
||||
cp wqy-zenhei.ttc ${FONTDIR}/wqy-zenhei.ttf
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2
|
||||
GNU GPL v2 with font embedding exception"
|
||||
COPYRIGHT="2005-2010 Qianqian Fang and The WenQuanYi Project Board of Trustees"
|
||||
Reference in New Issue
Block a user