kacst_fonts: update recipe

This commit is contained in:
Chirayu Desai
2015-01-07 17:29:01 +00:00
parent 0dc1532af7
commit c542edee64

View File

@@ -1,25 +1,41 @@
DESCRIPTION="KACST Arabic Truetype Fonts"
SUMMARY="KACST Arabic Truetype Fonts"
DESCRIPTION="
KacstOne font is part of KACST fonts, which are free fonts donated by \
King Abdulaziz City For Science And Technology (KACST) under GPL. \
Arabeyes version of KacstOne is modified for better visibility and \
readability on the screen, the font is optimized for 10pt size under \
100dpi. Special attention was given to diacritical marks (tashkil or \
harakat) and dots to make sure they are visible and easily distinguishable.
"
HOMEPAGE="http://www.arabeyes.org/project.php?proj=Khotot"
SRC_URI="http://sourceforge.net/projects/arabeyes/files/latest/download?source=files"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="0a7ad4538d3b97adfbefa4c5cf8c2660"
BUILD()
{
cd kacst_one_5.0
}
INSTALL()
{
cd kacst_one_5.0
FONTDIR=${fontsDir}/ttfonts
mkdir -p ${FONTDIR}
cp KacstOne-Bold.ttf ${FONTDIR}/
cp KacstOne.ttf ${FONTDIR}/
}
CHECKSUM_SHA256="1b016f49f99de16a65dcd990f229e729e6c4c6df02b23409771f6e27b69186a7"
REVISION="3"
LICENSE="GNU GPL v2"
COPYRIGHT="2004 KACST
2002,2003,2005,2008,2009 Free Software Foundation
2009-2011 Kahled Hosny (Arabeyes additions)"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="kacst_fonts = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR="kacst_one_5.0"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=${fontsDir}/ttfonts
mkdir -p ${FONTDIR}
cp KacstOne-Bold.ttf ${FONTDIR}/
cp KacstOne.ttf ${FONTDIR}/
}