mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Added anonymous_pro, cantarell and lohit fonts, .recipes by GCI2013 student Adrián Arroyo Calle
This commit is contained in:
31
media-fonts/cantarell/cantarell-0.0.7.recipe
Normal file
31
media-fonts/cantarell/cantarell-0.0.7.recipe
Normal file
@@ -0,0 +1,31 @@
|
||||
SUMMARY="The Cantarell Font Family"
|
||||
DESCRIPTION="The Cantarell font family is a contemporary humanistic sans serif designed for on-screen reading"
|
||||
HOMEPAGE="http://wiki.gnome.org/CantarellFonts"
|
||||
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.7.tar.bz2"
|
||||
CHECKSUM_MD5="6202c98fd65faab44cdabcaf4947ca5f"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="2009-2011 Understanding Limited, 2010-2011 Jakub Steiner"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="cantarell = $portVersion"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
SOURCE_DIR="cantarell-fonts-0.0.7"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/cantarell
|
||||
mkdir -p ${FONTDIR}
|
||||
cp otf/*.otf ${FONTDIR}
|
||||
cp README ${FONTDIR}/cantarell-readme.txt
|
||||
}
|
||||
Reference in New Issue
Block a user