0
0
Fork 0
haikuports/media-fonts/ubuntu_font_family/ubuntu_font_family-0.83.recipe

46 lines
1.3 KiB
Bash
Raw Permalink Normal View History

2013-11-20 10:40:51 +00:00
SUMMARY="Font family from Ubuntu operating system"
DESCRIPTION="\
2014-01-02 21:40:57 +00:00
The Ubuntu Font Family belongs to sans-serif typeface. It's set as default \
font for the current releases of Ubuntu, one of the most popular Linux-based \
operating systems. It was designed by Dalton Maag in 2010 and now it covers \
200-250 languages. The Ubuntu Font Family is included in Google Fonts too.
"
2013-11-20 10:40:51 +00:00
HOMEPAGE="http://font.ubuntu.com"
COPYRIGHT="2011 Canonical Ltd."
2017-09-19 09:19:21 +00:00
LICENSE="Ubuntu Font License 1.0"
REVISION="1"
SOURCE_URI="http://font.ubuntu.com/download/ubuntu-font-family-$portVersion.zip"
CHECKSUM_SHA256="456d7d42797febd0d7d4cf1b782a2e03680bb4a5ee43cc9d06bda172bac05b42"
SOURCE_DIR="ubuntu-font-family-$portVersion"
2013-11-20 10:40:51 +00:00
2017-09-19 09:19:21 +00:00
ARCHITECTURES="any"
2018-08-06 12:25:37 +00:00
DISABLE_SOURCE_PACKAGE="yes"
2013-11-20 10:40:51 +00:00
2017-09-19 09:19:21 +00:00
PROVIDES="
ubuntu_font_family = $portVersion
"
2013-11-20 10:40:51 +00:00
2017-09-19 09:19:21 +00:00
BUILD_PREREQUIRES="
coreutils
"
2013-11-20 10:40:51 +00:00
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
2013-11-20 10:40:51 +00:00
mkdir -p ${FONTDIR}
cp Ubuntu-B.ttf ${FONTDIR}
cp Ubuntu-BI.ttf ${FONTDIR}
cp Ubuntu-C.ttf ${FONTDIR}
cp Ubuntu-L.ttf ${FONTDIR}
cp Ubuntu-LI.ttf ${FONTDIR}
cp Ubuntu-M.ttf ${FONTDIR}
cp Ubuntu-MI.ttf ${FONTDIR}
cp Ubuntu-R.ttf ${FONTDIR}
cp Ubuntu-RI.ttf ${FONTDIR}
cp UbuntuMono-B.ttf ${FONTDIR}
cp UbuntuMono-BI.ttf ${FONTDIR}
cp UbuntuMono-R.ttf ${FONTDIR}
cp UbuntuMono-RI.ttf ${FONTDIR}
cp README.txt ${FONTDIR}/ubuntu_font_family.readme
2013-11-20 10:40:51 +00:00
}