20 lines
654 B
Text
20 lines
654 B
Text
# Template build file for 'font-unifont'.
|
|
pkgname=font-unifont-bdf
|
|
version=5.1.20080820
|
|
revision=2
|
|
create_wrksrc=yes
|
|
noarch=yes
|
|
homepage="http://unifoundry.com/unifont.html"
|
|
distfiles="http://unifoundry.com/unifont-${version}.bdf.gz"
|
|
makedepends="font-util"
|
|
depends="font-util"
|
|
font_dirs="/usr/share/fonts/misc"
|
|
short_desc="GNU Unifont Glyphs"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2, Freeware"
|
|
checksum=bd3bb03b6efb6d40641f84ce70ac69bf24d1cba58b738b041648186b9c731868
|
|
|
|
do_install() {
|
|
gunzip -c ${XBPS_SRCDISTDIR}/unifont-${version}.bdf.gz > unifont-${version}.bdf
|
|
vinstall unifont-${version}.bdf 644 usr/share/fonts/misc unifont.bdf
|
|
}
|