diff --git a/srcpkgs/terminus-font/template b/srcpkgs/terminus-font/template index da027765527..0872085261a 100644 --- a/srcpkgs/terminus-font/template +++ b/srcpkgs/terminus-font/template @@ -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 " 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 }