Added anonymous_pro, cantarell and lohit fonts, .recipes by GCI2013 student Adrián Arroyo Calle

This commit is contained in:
Scott McCreary
2013-11-19 12:20:48 -08:00
parent 8c95d507ab
commit c86b966af1
5 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
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
}