terminus-font: update to 4.40.

This commit is contained in:
Eivind Uggedal 2015-08-19 06:52:31 +00:00
parent 9bac57fcef
commit cf79e20083
1 changed files with 11 additions and 19 deletions

View File

@ -1,26 +1,18 @@
# Template file for 'terminus-font' # Template file for 'terminus-font'
pkgname=terminus-font pkgname=terminus-font
version=4.39 version=4.40
revision=2 revision=1
noarch="yes"
font_dirs="/usr/share/fonts/X11/misc"
build_style=gnu-configure
configure_args="
--x11dir=$font_dirs
--psfdir=/usr/share/kbd/consolefonts"
hostmakedepends="perl bdftopcf font-util"
depends="font-util"
short_desc="A clean, fixed width bitmap font" short_desc="A clean, fixed width bitmap font"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://terminus-font.sourceforge.net/" homepage="http://terminus-font.sourceforge.net/"
license="OFL-1.1, GPL-2" license="OFL-1.1, GPL-2"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=3108383986b365a4b9cc08c31a4195196f6de974d2735d77f6c6efa9feb1f5bf checksum=64f52c24d3f1c1e39f21e6c43077a9be3e21d4384f176f5766c00558ba670711
hostmakedepends="perl bdftopcf font-util"
depends="font-util"
noarch="yes"
font_dirs="/usr/share/fonts/X11/misc"
do_configure() {
sh ./configure --prefix=/usr --x11dir=/usr/share/fonts/X11/misc \
--psfdir=/usr/share/kbd/consolefonts
}
do_build() {
make ${makejobs}
}
do_install() {
make DESTDIR=${DESTDIR} install
}