mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
44 lines
1.1 KiB
Bash
44 lines
1.1 KiB
Bash
SUMMARY="Arabeyes Arabic TrueType fonts"
|
|
DESCRIPTION="\
|
|
Arabeyes is a Meta project that is aimed at fully supporting the Arabic \
|
|
language in the Unix/Linux environment. It is designed to be a central \
|
|
location to standardize the Arabization process. Arabeyes relies on voluntary \
|
|
contributions.
|
|
"
|
|
HOMEPAGE="http://projects.arabeyes.org/project.php?proj=Khotot"
|
|
SOURCE_URI="http://sourceforge.net/projects/arabeyes/files/Fonts/ae_fonts/ae_fonts1_ttf_1.1.tar.bz2"
|
|
CHECKSUM_SHA256="c517f6ac0643d2416101c9b375be38ec4fe7810b7ad3a1465438dd45b819e054"
|
|
REVISION="2"
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="2003-2007 Arabeyes.org
|
|
2002-2005 Free Software Foundation"
|
|
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE=yes
|
|
|
|
PROVIDES="arabeyes_fonts = $portVersion"
|
|
REQUIRES=""
|
|
BUILD_REQUIRES=""
|
|
BUILD_PREREQUIRES="
|
|
coreutils
|
|
"
|
|
|
|
SOURCE_DIR="ae_fonts1-1.1"
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
cp AAHS/*.ttf ${FONTDIR}/
|
|
cp AGA/*.ttf ${FONTDIR}/
|
|
cp FS/*.ttf ${FONTDIR}/
|
|
cp Kasr/*.ttf ${FONTDIR}/
|
|
cp MCS/*.ttf ${FONTDIR}/
|
|
cp Shmookh/*.ttf ${FONTDIR}/
|
|
}
|