Fix directory of installation of fonts

Also, do not install README as it only contains licensing information or is
the same text as the DESCRIPTION.
This commit is contained in:
Timothy Gu
2014-12-23 16:39:34 +00:00
parent d2acb40055
commit 21676bb201
40 changed files with 103 additions and 110 deletions

View File

@@ -1,6 +1,6 @@
SUMMARY="The Human-Sans font"
SUMMARY="The Humor-Sans font"
DESCRIPTION="
A sanserif typeface in the style of xkcd. Xkcd is a popular webcomics with \
A sans-serif typeface in the style of xkcd. Xkcd is a popular webcomics with \
focus on computer science or everything else.
"
HOMEPAGE="http://antiyawn.com/uploads/humorsans.html"
@@ -8,7 +8,7 @@ SRC_URI="http://antiyawn.com/uploads/Humor-Sans-1.0.ttf"
CHECKSUM_SHA256="2ded6a27448c9ed30aaff177744e2bcf1e52e0aab018b2a8be64565df633318f"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2009, Michael Ciuffo, with Reserved Font Name Humor-Sans"
REVISION="1"
REVISION="2"
ARCHITECTURES="!any"
DISABLE_SOURCE_PACKAGE=yes
@@ -27,7 +27,7 @@ BUILD()
INSTALL()
{
FONTDIR=$fontsDir/humor-sans
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}