Fix directory of installation of fonts

Also, do not install README as it only contains licensing information or is
the same text as the DESCRIPTION.
This commit is contained in:
Timothy Gu
2014-12-23 16:39:34 +00:00
parent d2acb40055
commit 21676bb201
40 changed files with 103 additions and 110 deletions

View File

@@ -1,7 +1,7 @@
DESCRIPTION="KACST Arabic Truetype Fonts"
HOMEPAGE="http://www.arabeyes.org/project.php?proj=Khotot"
SRC_URI="http://sourceforge.net/projects/arabeyes/files/latest/download?source=files"
REVISION="1"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="0a7ad4538d3b97adfbefa4c5cf8c2660"
@@ -13,11 +13,9 @@ BUILD()
INSTALL()
{
cd kacst_one_5.0
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/arabeyes
FONTDIR=${fontsDir}/ttfonts
mkdir -p ${FONTDIR}
cp KacstOne-Bold.sfd ${FONTDIR}/
cp KacstOne-Bold.ttf ${FONTDIR}/
cp KacstOne.sfd ${FONTDIR}/
cp KacstOne.ttf ${FONTDIR}/
}