New package: terminus-font-4.38.
This commit is contained in:
parent
f98d60c211
commit
928816f03e
1 changed files with 30 additions and 0 deletions
30
srcpkgs/terminus-font/template
Normal file
30
srcpkgs/terminus-font/template
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'terminus-font'
|
||||
pkgname=terminus-font
|
||||
version=4.38
|
||||
revision=1
|
||||
short_desc="A clean, fixed width bitmap font"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://terminus-font.sourceforge.net/"
|
||||
license="OFL-1.1, GPL-2"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=f6f4876a4dabe6a37c270c20bb9e141e38fb50e0bba200e1b9d0470e5eed97b7
|
||||
|
||||
noarch=yes
|
||||
makedepends="perl bdftopcf"
|
||||
fulldepends="font-util xbps-triggers>=0.58"
|
||||
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
|
||||
|
||||
vinstall OFL.TXT 644 usr/share/licenses/${pkgname} LICENSE
|
||||
}
|
Loading…
Reference in a new issue