Files
haikuports/media-fonts/ukijorgfonts/ukijorgfonts-1.0.recipe
Timothy Gu 21676bb201 Fix directory of installation of fonts
Also, do not install README as it only contains licensing information or is
the same text as the DESCRIPTION.
2014-12-24 04:51:20 +00:00

24 lines
562 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="2"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="e50ed1b90f96cad12e31f8769bd598dc"
BUILD()
{
echo "Nothing to be done. To install this font, run haikuporter with -i option"
}
INSTALL()
{
FONTDIR=${fontsDir}/ttfonts
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"