mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
symbola: bump version.
This commit is contained in:
30
media-fonts/symbola/symbola-9.00.recipe
Normal file
30
media-fonts/symbola/symbola-9.00.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"
|
||||
SOURCE_URI="http://users.teilar.gr/~g1951d/Symbola.zip"
|
||||
CHECKSUM_SHA256="856de5857be48b8e31fc078fb93a9f3bd706b2552ba57b42863622f837cd3f35"
|
||||
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