mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
27 lines
632 B
Bash
27 lines
632 B
Bash
SUMMARY="Unicode font for ancient scripts"
|
|
DESCRIPTION="Basic Latin, Greek, Cyrillic, and many Symbol blocks of The \
|
|
Unicode Standard, Version 7.0"
|
|
HOMEPAGE="http://users.teilar.gr/~g1951d"
|
|
COPYRIGHT="None"
|
|
LICENSE="Public Domain"
|
|
REVISION="1"
|
|
SOURCE_URI="http://downloads.sourceforge.net/slackbuildsdirectlinks/symbola-font-ttf-10.03.zip"
|
|
CHECKSUM_SHA256="e7a77717aa25b83c8526c6653af5f468387d8763588a9510d4fa030a78d7b434"
|
|
SOURCE_DIR=""
|
|
DISABLE_SOURCE_PACKAGE="yes"
|
|
|
|
ARCHITECTURES="any"
|
|
|
|
PROVIDES="
|
|
symbola = $portVersion
|
|
"
|
|
BUILD_PREREQUIRES="
|
|
coreutils
|
|
"
|
|
|
|
INSTALL()
|
|
{
|
|
mkdir -p $fontsDir/ttfonts
|
|
cp *.ttf $fontsDir/ttfonts
|
|
}
|