mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Convert wqy_zenhei recipe to an actual recipe
This commit is contained in:
35
media-fonts/wqy_zenhei/wqy_zenhei-0.9.45.recipe
Normal file
35
media-fonts/wqy_zenhei/wqy_zenhei-0.9.45.recipe
Normal file
@@ -0,0 +1,35 @@
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user