Files
haikuports/media-fonts/unifont/unifont-10.0.06.recipe
2018-08-06 14:25:37 +02:00

32 lines
1.1 KiB
Bash

SUMMARY="Unifoundry's font covering Unicode's BMP"
DESCRIPTION="GNU Unifont is part of the GNU Project. \
The GNU Unifont by Roman Czyborra is a free bitmap font that covers the \
Unicode Basic Multilingual Plane (BMP), using an intermediate bitmapped \
font format."
HOMEPAGE="http://unifoundry.com"
COPYRIGHT="Unifoundry"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://unifoundry.com/pub/unifont-$portVersion/font-builds/unifont-$portVersion.ttf#noarchive"
CHECKSUM_SHA256="669a9764fb640c832a8ebfbd2c351be744b55c6f65b40f1fb203144309659ac0"
SOURCE_DIR=""
SOURCE_URI_2="http://unifoundry.com/pub/unifont-$portVersion/font-builds/unifont_upper-$portVersion.ttf#noarchive"
CHECKSUM_SHA256_2="be9d9670632b65113bc280d687fbc806990847f6b4567af89f1db45ae97f5b92"
SOURCE_URI_3="http://unifoundry.com/pub/unifont-$portVersion/font-builds/unifont_csur-$portVersion.ttf#noarchive"
CHECKSUM_SHA256_3="c6bbd70acb29bec83611732cce1e41953c48cb59516506dbf0ed94a23f71753a"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
unifont = $portVersion
"
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp ../sources*/*.ttf ${FONTDIR}
}