mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
24 lines
601 B
Plaintext
24 lines
601 B
Plaintext
DESCRIPTION="Uyghur Computer Science Association font project"
|
|
HOMEPAGE="http://www.ukij.org/fonts/"
|
|
SRC_URI="http://ukijorgfonts.googlecode.com/files/ukijorgfonts.zip"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="e50ed1b90f96cad12e31f8769bd598dc"
|
|
BUILD()
|
|
{
|
|
echo "Nothing to be done. To install this font, run haikuporter with -i option"
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/ukijorgfonts
|
|
mkdir -p ${FONTDIR}
|
|
cp *.ttf ${FONTDIR}
|
|
}
|
|
|
|
LICENSE="SIL Open Font License v1.1
|
|
GNU LGPL v2
|
|
GNU GPL v2"
|
|
COPYRIGHT="2004-2011 Uyghur Computer Science Association"
|