terminus-font: use standard OFL-1.1 license.

This commit is contained in:
Juan RP 2015-05-15 09:24:26 +02:00
parent 9750e9ef6d
commit 6845b84a49

View file

@ -1,7 +1,7 @@
# Template file for 'terminus-font'
pkgname=terminus-font
version=4.39
revision=1
revision=2
short_desc="A clean, fixed width bitmap font"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://terminus-font.sourceforge.net/"
@ -10,7 +10,6 @@ distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=3108383986b365a4b9cc08c31a4195196f6de974d2735d77f6c6efa9feb1f5bf
hostmakedepends="perl bdftopcf font-util"
makedepends="font-util"
depends="font-util"
noarch="yes"
font_dirs="/usr/share/fonts/X11/misc"
@ -19,13 +18,9 @@ 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
vinstall OFL.TXT 644 usr/share/licenses/${pkgname} LICENSE
}