mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
42 lines
1.3 KiB
Bash
42 lines
1.3 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="2"
|
|
SOURCE_URI="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont-7.0.06.ttf#noarchive"
|
|
CHECKSUM_SHA256="a7a49189502d01033cc4028048f10706c665952341f2d5831d4477c8b301b362"
|
|
SOURCE_URI_2="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont_upper-7.0.06.ttf#noarchive"
|
|
CHECKSUM_SHA256_2="8cf9b9870860a3aec239d6ee43387a3ba8c3b8302d4b8d73bca8a419a7deb01d"
|
|
SOURCE_URI_3="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont_csur-7.0.06.ttf#noarchive"
|
|
CHECKSUM_SHA256_3="ddf4b3632f7cda10d53c6f62e198db7989524cfd7131af2591ad50dc1aa31f06"
|
|
SOURCE_URI_4="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont_upper_csur-7.0.06.ttf#noarchive"
|
|
CHECKSUM_SHA256_4="0e1841505d1be6636cf6d5e60cc4ff09b56784e29f2728060231b26d74ab7551"
|
|
SOURCE_DIR=""
|
|
|
|
ARCHITECTURES="any"
|
|
|
|
DISABLE_SOURCE_PACKAGE="yes"
|
|
|
|
PROVIDES="unifont = $portVersion"
|
|
|
|
BUILD_REQUIRES=""
|
|
|
|
BUILD_PREREQUIRES="coreutils"
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
|
|
cp ../sources*/*.ttf ${FONTDIR}
|
|
}
|