New package: font-unifont-bdf-5.1.20080820.
This commit is contained in:
parent
d8527727d7
commit
1f74f5389a
1 changed files with 28 additions and 0 deletions
28
srcpkgs/font-unifont-bdf/template
Normal file
28
srcpkgs/font-unifont-bdf/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template build file for 'font-unifont'.
|
||||||
|
pkgname=font-unifont-bdf
|
||||||
|
version=5.1.20080820
|
||||||
|
create_wrksrc=yes
|
||||||
|
homepage="http://unifoundry.com/unifont.html"
|
||||||
|
distfiles="http://unifoundry.com/unifont-${version}.bdf.gz"
|
||||||
|
build_style=custom-install
|
||||||
|
short_desc="GNU Unifont Glyphs"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2, Freeware"
|
||||||
|
checksum=bd3bb03b6efb6d40641f84ce70ac69bf24d1cba58b738b041648186b9c731868
|
||||||
|
long_desc="
|
||||||
|
This page contains GNU Unifont, with glyphs for every printable code point
|
||||||
|
in the Unicode 5.1 Basic Multilingual Plane (BMP)."
|
||||||
|
|
||||||
|
Add_dependency full font-util
|
||||||
|
|
||||||
|
noextract=yes
|
||||||
|
noarch=yes
|
||||||
|
font_dirs="/usr/share/fonts/misc"
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
gunzip -c ${XBPS_SRCDISTDIR}/unifont-${version}.bdf.gz \
|
||||||
|
> unifont-${version}.bdf
|
||||||
|
vinstall unifont-${version}.bdf \
|
||||||
|
644 usr/share/fonts/misc unifont.bdf
|
||||||
|
}
|
Loading…
Reference in a new issue