mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
unifont: Optimise recipe
* Don't download the source for 4 precompiled binaries, grab them directly.
This commit is contained in:
@@ -4,7 +4,14 @@ 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"
|
||||
SRC_URI="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont-7.0.06.ttf#noarchive"
|
||||
CHECKSUM_SHA256="a7a49189502d01033cc4028048f10706c665952341f2d5831d4477c8b301b362"
|
||||
SRC_URI_2="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont_upper-7.0.06.ttf#noarchive"
|
||||
CHECKSUM_SHA256_2="8cf9b9870860a3aec239d6ee43387a3ba8c3b8302d4b8d73bca8a419a7deb01d"
|
||||
SRC_URI_3="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont_csur-7.0.06.ttf#noarchive"
|
||||
CHECKSUM_SHA256_3="ddf4b3632f7cda10d53c6f62e198db7989524cfd7131af2591ad50dc1aa31f06"
|
||||
SRC_URI_4="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont_upper_csur-7.0.06.ttf#noarchive"
|
||||
CHECKSUM_SHA256_4="0e1841505d1be6636cf6d5e60cc4ff09b56784e29f2728060231b26d74ab7551"
|
||||
SOURCE_DIR=""
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="Unifoundry"
|
||||
@@ -27,5 +34,5 @@ INSTALL()
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
|
||||
cp unifont-7.0.06/font/precompiled/*.ttf ${FONTDIR}
|
||||
cp ../sources*/*.ttf ${FONTDIR}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user