farsi_fonts, update old bep file to working recipe (#1307)

This commit is contained in:
Schrijvers Luc
2017-04-28 03:16:57 +02:00
committed by waddlesplash
parent 5c34c1a95b
commit 60fc8162f6

View File

@@ -1,10 +1,34 @@
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"
SUMMARY="The Farsi font"
DESCRIPTION="FarsiWeb.ir has released the first standard set of Unicode \
Persian fonts ever published, including Elham, Terafik, Terafik Bold, Titr, \
Roya, Roya Bold, Koodak, Nazli, Nazli Bold, and Homa. \
The main advantage over legacy fonts is compliance with the Unicode, ISIRI \
6219, and OpenType standards, and the addition of required but missing glyphs \
for Persian information processing. The fonts are highly recommended if you \
care for proper Persian display on your computers."
HOMEPAGE="https://sourceforge.net/projects/farsi-fonts/"
COPYRIGHT="2003 Sharif FarsiWeb Inc."
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://sf.net/projects/farsi-fonts/files/farsifonts-$portVersion.zip"
CHECKSUM_SHA256="1f98a376bbbd1dbfb3f3ad4b8c2acecc1c7f7019633d12ad8d7b59e22848c691"
SOURCE_DIR="farsifonts-$portVersion"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="
farsi_fonts = $portVersion
"
REQUIRES="
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
coreutils
"
BUILD()
{
echo "No building required."
@@ -17,5 +41,3 @@ INSTALL()
cp -r *.ttf ${FONTDIR}
}
LICENSE="GNU GPL v2"
COPYRIGHT="2003 Sharif FarsiWeb Inc."