font-unifont-bdf: remove long_desc.

This commit is contained in:
Juan RP 2014-02-19 14:59:36 +01:00
parent 718b1a1e57
commit 89fd458312
1 changed files with 3 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'font-unifont'.
pkgname=font-unifont-bdf
version=5.1.20080820
revision=1
revision=2
create_wrksrc=yes
noarch=yes
homepage="http://unifoundry.com/unifont.html"
@ -13,13 +13,8 @@ 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)."
do_install() {
gunzip -c ${XBPS_SRCDISTDIR}/unifont-${version}.bdf.gz \
> unifont-${version}.bdf
vinstall unifont-${version}.bdf \
644 usr/share/fonts/misc unifont.bdf
gunzip -c ${XBPS_SRCDISTDIR}/unifont-${version}.bdf.gz > unifont-${version}.bdf
vinstall unifont-${version}.bdf 644 usr/share/fonts/misc unifont.bdf
}