Fixed 5 font recipes, darn those CRs

This commit is contained in:
Scott McCreary
2013-11-20 10:40:51 +00:00
parent 53d524145c
commit b70909fc7d
5 changed files with 172 additions and 172 deletions

View File

@@ -1,31 +1,31 @@
SUMMARY="The Anonymous Pro Font Family"
DESCRIPTION="Anonymous Pro is a family of fixed-width fonts. It was designed especially for coding - characers that could be mistaken for one another (e. g. O and 0) have distinct shapes. It supports most of the Latin-based Western and Central European languages, as well as Greek and Cyrillic."
HOMEPAGE="http://www.marksimonson.com/fonts/view/anonymous-pro"
SRC_URI="http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip"
CHECKSUM_MD5="bb5141b20b9d69b3190be03e5706c8b7"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2009 Mark Simonson, with reserved font name Anonymous Pro"
REVISION="1"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="anonymous_pro = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR="AnonymousPro-1.002.001"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/anonymous-pro
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
cp README.txt ${FONTDIR}/anonymous-pro-readme.txt
}
SUMMARY="The Anonymous Pro Font Family"
DESCRIPTION="Anonymous Pro is a family of fixed-width fonts. It was designed especially for coding - characers that could be mistaken for one another (e. g. O and 0) have distinct shapes. It supports most of the Latin-based Western and Central European languages, as well as Greek and Cyrillic."
HOMEPAGE="http://www.marksimonson.com/fonts/view/anonymous-pro"
SRC_URI="http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip"
CHECKSUM_MD5="bb5141b20b9d69b3190be03e5706c8b7"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2009 Mark Simonson, with reserved font name Anonymous Pro"
REVISION="1"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="anonymous_pro = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR="AnonymousPro-1.002.001"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/anonymous-pro
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
cp README.txt ${FONTDIR}/anonymous-pro-readme.txt
}