mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
42 lines
1.2 KiB
Bash
42 lines
1.2 KiB
Bash
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"
|
|
SOURCE_URI="http://sourceforge.net/projects/arabeyes/files/latest/download?source=files"
|
|
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}/
|
|
}
|