Files
haikuports/media-fonts/ukijorgfonts/ukijorgfonts-1.0.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

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"