Initial .bep file for the wqy-zenhei font.

This commit is contained in:
Scott McCreary
2011-02-14 23:58:58 +00:00
parent 6536c63af7
commit 04593d6cd3
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
** GPL v2.0 license with font embedding exception:
As a special exception, if you create a document which uses this
font, and embed this font or unaltered portions of this font into
the document, this font does not by itself cause the resulting
document to be covered by the GNU General Public License. This
exception does not however invalidate any other reasons why the
document might be covered by the GNU General Public License. If you
modify this font, you may extend this exception to your version of
the font, but you are not obligated to do so. If you do not wish to
do so, delete this exception statement from your version.
==========================================================

View File

@@ -0,0 +1,21 @@
DESCRIPTION="WenQuanYi Hei-Ti Style (sans-serif) Chinese outline font"
HOMEPAGE="http://wqy.sourceforge.net/en"
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"
BUILD {
cd wqy-zenhei
}
INSTALL {
cd wqy-zenhei
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/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"