mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
36 lines
798 B
Plaintext
36 lines
798 B
Plaintext
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"
|
|
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()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/wenquanyi
|
|
mkdir -p ${FONTDIR}
|
|
cp wqy-zenhei.ttc ${FONTDIR}/wqy-zenhei.ttf
|
|
}
|
|
|