Files
haikuports/media-fonts/unifont/unifont-7.0.06.recipe
kaesaecracker 9e59694be4 new file: media-fonts/croscorefonts/croscorefonts-1.21.0.recipe
new file:   media-fonts/essays-1743/essays1743-2.001.recipe
	new file:   media-fonts/mplus/mplus-2.2.4.recipe
	new file:   media-fonts/unifont/unifont-7.0.06.recipe

	modified:   media-fonts/mplus/mplus-2.2.4.recipe
	modified:   media-fonts/unifont/unifont-7.0.06.recipe

	modified:   media-fonts/mplus/mplus-2.2.4.recipe
	modified:   media-fonts/unifont/unifont-7.0.06.recipe
2014-12-14 17:12:53 +01:00

32 lines
683 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="1"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="unifont = $portVersion"
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts/unifont/
mkdir -p ${FONTDIR}
cp unifont-7.0.06/font/precompiled/*.ttf ${FONTDIR}
}