mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Added 3 font, recipes by GCI2013 student Anna Gajdová, humor_sans marked as broken.
This commit is contained in:
30
media-fonts/vollkorn/vollkorn-2.1.recipe
Normal file
30
media-fonts/vollkorn/vollkorn-2.1.recipe
Normal file
@@ -0,0 +1,30 @@
|
||||
SUMMARY="The typeface for bread and butter use"
|
||||
DESCRIPTION="Vollkorn means wholemeal in German. The Vollkorn typeface is free and healthy typeface for bread and butter use. It intends to be a quiet, modest and well working text face. It might be used. It might be used as body type as well as for headlines and titles."
|
||||
HOMEPAGE="http://friedrichalthausen.de/vollkorn/"
|
||||
SRC_URI="http://friedrichalthausen.de/wp-content/plugins/cimy-counter/cc_redirect.php?cc=Vollkorn%202.0&fn=http://friedrichalthausen.de/Vollkorn-2.1.zip"
|
||||
CHECKSUM_MD5="dd38725c293bc73774ff77744674fe13"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="Friedrich Althausen"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="anonymous_pro = $portVersion"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
SOURCE_DIR=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/vollkorn
|
||||
mkdir -p ${FONTDIR}
|
||||
cp *.ttf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user