mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
22 lines
426 B
Bash
22 lines
426 B
Bash
DESCRIPTION="Farsi (Perisian) Unicode fonts"
|
|
HOMEPAGE="http://www.farsiweb.ir/"
|
|
SOURCE_URI="http://www.farsiweb.ir/font/farsifonts-0.4.zip"
|
|
REVISION="2"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="65a78975c923fd9db7b9441c32559c1b"
|
|
BUILD()
|
|
{
|
|
echo "No building required."
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
cp -r *.ttf ${FONTDIR}
|
|
}
|
|
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="2003 Sharif FarsiWeb Inc."
|