mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
new file: media-fonts/croscorefonts/croscorefonts-1.21.0.recipe
new file: media-fonts/essays-1743/essays1743-2.001.recipe new file: media-fonts/mplus/mplus-2.2.4.recipe new file: media-fonts/unifont/unifont-7.0.06.recipe modified: media-fonts/mplus/mplus-2.2.4.recipe modified: media-fonts/unifont/unifont-7.0.06.recipe modified: media-fonts/mplus/mplus-2.2.4.recipe modified: media-fonts/unifont/unifont-7.0.06.recipe
This commit is contained in:
35
media-fonts/essays-1743/essays1743-2.001.recipe
Normal file
35
media-fonts/essays-1743/essays1743-2.001.recipe
Normal file
@@ -0,0 +1,35 @@
|
||||
SUMMARY="Essays 1743 font"
|
||||
DESCRIPTION="Essays 1743 is a font based on the typeface used in \
|
||||
a 1743 English translation of Montaigne's Essays. It contains normal, bold, \
|
||||
italic and bold italic versions of 979 characters"
|
||||
HOMEPAGE="http://thibault.org/fonts/essays/"
|
||||
|
||||
SRC_URI="http://www.thibault.org/fonts/essays/essays1743-2.001-1-ttf.tar.gz"
|
||||
CHECKSUM_SHA256="83a293f52dc0767adc5c57c619d99db0a5e1ba6fcdfa240ca719aa5643f10c5d"
|
||||
|
||||
|
||||
SOURCE_DIR=""
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="John Stracke"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="essays1743 = $portVersion"
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts/essays1743/
|
||||
mkdir -p ${FONTDIR}
|
||||
|
||||
cp essays1743/*.ttf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user