mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
Rename all port folders containing '-' to use '_' instead.
* haikuporter relies on the recipe file sharing the name with the port folder
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
==========================================================
|
||||
23
media-fonts/wqy_zenhei/wqy-zenhei-0.9.45.recipe
Normal file
23
media-fonts/wqy_zenhei/wqy-zenhei-0.9.45.recipe
Normal file
@@ -0,0 +1,23 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user