mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Created recipe for Symbola 7.12
This commit is contained in:
30
media-fonts/symbola/symbola-7.18.recipe
Normal file
30
media-fonts/symbola/symbola-7.18.recipe
Normal file
@@ -0,0 +1,30 @@
|
||||
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"
|
||||
SRC_URI="http://users.teilar.gr/~g1951d/Symbola.zip"
|
||||
CHECKSUM_SHA256="4e98df630002a95da59970916cab05a2229874066871f12f2ad0b547b9c260b6"
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="None"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="symbola = $portVersion"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
SOURCE_DIR=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $fontsDir/ttfonts
|
||||
cp *.ttf $fontsDir/ttfonts
|
||||
}
|
||||
Reference in New Issue
Block a user