mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 18:50:08 +02:00
Created recipe for ParaType 1.0
This commit is contained in:
39
media-fonts/paratype/paratype-1.0.recipe
Normal file
39
media-fonts/paratype/paratype-1.0.recipe
Normal file
@@ -0,0 +1,39 @@
|
||||
SUMMARY="ParaType font collection for languages of Russia"
|
||||
DESCRIPTION="ParaType is a font collection designed for use with minority \
|
||||
languages of Russia."
|
||||
HOMEPAGE="http://www.paratype.com/public"
|
||||
SRC_URI_1="http://www.paratype.com/uni/public/PTSansOFL.zip"
|
||||
SRC_URI_2="http://www.paratype.com/uni/public/PTSerifOFL.zip"
|
||||
SRC_URI_3="http://www.paratype.com/uni/public/PTMonoOFL.zip"
|
||||
CHECKSUM_SHA256_1="57448741b709c5f022127134ffd49506e3925242bd06f73a039e070765d1d637"
|
||||
CHECKSUM_SHA256_2="e7a2a27ed0481d20973f0d3b589362d055269082e3fc4d96f81dacd58bad8dcc"
|
||||
CHECKSUM_SHA256_3="e34e729f9509cf85acc52caadf68e96db90457b7164ba45719967d53e7a20dcc"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="2009 ParaType"
|
||||
REVISION="1"
|
||||
SOURCE_DIR=""
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="
|
||||
paratype = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $fontsDir/paratype
|
||||
cp *.ttf $fontsDir/paratype
|
||||
cp ../sources-2/*.ttf $fontsDir/paratype
|
||||
cp ../sources-3/*.ttf $fontsDir/paratype
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user