Updated DESCRIPTIONS for 5 fonts, updates by GCI2013 student Anna Gajdová

This commit is contained in:
Scott McCreary
2013-11-20 10:28:12 +00:00
parent d47411f884
commit 53d524145c
5 changed files with 172 additions and 172 deletions

View File

@@ -1,31 +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
}
SUMMARY="The Lohit family of Indic fonts"
DESCRIPTION="Lohit, which means 'red' in Sanskrit, is a family of Indic fonts. It was firts released by Red Hat in 2004 but now it's developed by Fedora Project. The font family currently supports 21 Indian languages: Assamese, Bengali, Devanagari (Hindi, Kashmiri, Konkani, Maithili, Marathi, Nepali, Sindhi, Santali, Bodo, Dogri), Gujarati, Kannada, Malayalam, Manipuri, Oriya, Punjabi, Tamil, and Telugu. The fonts are used as web fonts for Wikipedia and some other Wikimedia Foundation sites."
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
}