terminus-font: update to 4.40.
This commit is contained in:
parent
9bac57fcef
commit
cf79e20083
1 changed files with 11 additions and 19 deletions
|
@ -1,26 +1,18 @@
|
|||
# Template file for 'terminus-font'
|
||||
pkgname=terminus-font
|
||||
version=4.39
|
||||
revision=2
|
||||
version=4.40
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://terminus-font.sourceforge.net/"
|
||||
license="OFL-1.1, GPL-2"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=3108383986b365a4b9cc08c31a4195196f6de974d2735d77f6c6efa9feb1f5bf
|
||||
|
||||
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
|
||||
}
|
||||
checksum=64f52c24d3f1c1e39f21e6c43077a9be3e21d4384f176f5766c00558ba670711
|
||||
|
|
Loading…
Reference in a new issue