mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Added anonymous_pro, cantarell and lohit fonts, .recipes by GCI2013 student Adrián Arroyo Calle
This commit is contained in:
31
media-fonts/lohit/lohit-2.3.8.recipe
Normal file
31
media-fonts/lohit/lohit-2.3.8.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user