Files
haikuports/media-fonts/lohit/lohit-2.3.8.recipe

32 lines
664 B
Plaintext

SUMMARY="The Lohit family of Indic fonts"
DESCRIPTION="The Lohit family of Indic fonts"
HOMEPAGE="http://fedorahosted.org/lohit"
SRC_URI="http://rbhalera.fedorapeople.org/released/lohit/lohit-fonts-2.3.8.tar.gz"
CHECKSUM_MD5="f3b5c3cd8e370f1669d44cec3eab1f2b"
LICENSE="GNU GPL v2"
COPYRIGHT="2004-2011 Red Hat"
REVISION="1"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="lohit = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR="lohit-fonts-2.3.8"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/lohit
mkdir -p ${FONTDIR}
find . -name "*.ttf" -exec cp {} ${FONTDIR} \;
cp README ${FONTDIR}/lohit-readme.txt
}