mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
libertine: add a recipe for version 5.3.0_2012_07_02
* this recipe only uses the otf files.
This commit is contained in:
37
media-fonts/libertine/libertine-5.3.0_2012_07_02.recipe
Normal file
37
media-fonts/libertine/libertine-5.3.0_2012_07_02.recipe
Normal file
@@ -0,0 +1,37 @@
|
||||
SUMMARY="The Libertine Fonts"
|
||||
DESCRIPTION="\
|
||||
The Libertine(tm) Fonts is a serif and organic grotesque font family for practical use in documents. \
|
||||
The aim is to create a free alternative to the standard W*ndows Font (T*mes).
|
||||
"
|
||||
HOMEPAGE="https://linuxlibertine.org"
|
||||
SRC_URI="https://sourceforge.org/projects/linuxlibertine/files/linuxlibertine/5.3.0/LinLibertineOTF_$portVersion.tgz"
|
||||
CHECKSUM_SHA256="3eb84d13e59d390a3f0b15f93bbb590de693dd5f29c4e8083317dbbadf6fb985"
|
||||
REVISION="1"
|
||||
LICENSE="
|
||||
GNU GPL font exception
|
||||
SIL Open Font License v1.1
|
||||
"
|
||||
COPYRIGHT="2012 Philipp H. Poll"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="libertine = $portVersion"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="
|
||||
coreutils
|
||||
"
|
||||
|
||||
SOURCE_DIR=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=${fontsDir}/otfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp -a *.otf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user