Files
haikuports/media-fonts/unifont/unifont-7.0.06.recipe
Timothy Gu 21676bb201 Fix directory of installation of fonts
Also, do not install README as it only contains licensing information or is
the same text as the DESCRIPTION.
2014-12-24 04:51:20 +00:00

32 lines
674 B
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.tar.gz"
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 unifont-7.0.06/font/precompiled/*.ttf ${FONTDIR}
}