Files
haikuports/media-fonts/unifont/unifont-7.0.06.recipe
Chirayu Desai e8092f53ce unifont: Optimise recipe
* Don't download the source for 4 precompiled binaries, grab them
  directly.
2015-01-08 05:23:08 +00:00

39 lines
1.3 KiB
Plaintext

SUMMARY="Unifoundry unifont"
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"
SRC_URI="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont-7.0.06.ttf#noarchive"
CHECKSUM_SHA256="a7a49189502d01033cc4028048f10706c665952341f2d5831d4477c8b301b362"
SRC_URI_2="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont_upper-7.0.06.ttf#noarchive"
CHECKSUM_SHA256_2="8cf9b9870860a3aec239d6ee43387a3ba8c3b8302d4b8d73bca8a419a7deb01d"
SRC_URI_3="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont_csur-7.0.06.ttf#noarchive"
CHECKSUM_SHA256_3="ddf4b3632f7cda10d53c6f62e198db7989524cfd7131af2591ad50dc1aa31f06"
SRC_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=""
LICENSE="GNU GPL v2"
COPYRIGHT="Unifoundry"
REVISION="2"
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}
}