mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
38 lines
819 B
Bash
38 lines
819 B
Bash
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"
|
|
COPYRIGHT="2005-2010 Qianqian Fang and The WenQuanYi Project Board of Trustees"
|
|
LICENSE="GNU GPL v2
|
|
GNU GPL font exception"
|
|
REVISION="3"
|
|
SOURCE_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_SHA256="e4b7e306475bf9427d1757578f0e4528930c84c44eaa3f167d4c42f110ee75d6"
|
|
SOURCE_DIR="wqy-zenhei"
|
|
|
|
ARCHITECTURES="any"
|
|
|
|
PROVIDES="
|
|
wqy_zenhei = $portVersion
|
|
"
|
|
REQUIRES="
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
"
|
|
BUILD_PREREQUIRES="
|
|
coreutils
|
|
"
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
cp wqy-zenhei.ttc ${FONTDIR}/wqy-zenhei.ttf
|
|
}
|