mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
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"
|
|
SRC_URI="http://sourceforge.net/projects/arabeyes/files/Fonts/ae_fonts/ae_fonts1_ttf_1.1.tar.bz2"
|
|
REVISION="1"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="11000a74da50b461b374f711392f1d46"
|
|
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="
|
|
cmd:tar
|
|
coreutils
|
|
"
|
|
|
|
SOURCE_DIR="ae_fonts1-1.1"
|
|
|
|
BUILD()
|
|
{
|
|
tar xvjf $portDir/download/ae_fonts1_ttf_1.1.tar.bz2
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd ae_fonts1-1.1
|
|
FONTDIR=$fontsDir/arabeyes
|
|
mkdir -p ${FONTDIR}
|
|
cp -rd AAHS ${FONTDIR}/
|
|
cp -rd AGA ${FONTDIR}/
|
|
cp -rd FS ${FONTDIR}/
|
|
cp -rd Kasr ${FONTDIR}/
|
|
cp -rd MCS ${FONTDIR}/
|
|
cp -rd Shmookh ${FONTDIR}/
|
|
}
|