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} }