mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
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
32 lines
683 B
Plaintext
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}
|
|
}
|