terminus-font: use standard OFL-1.1 license.
This commit is contained in:
parent
9750e9ef6d
commit
6845b84a49
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'terminus-font'
|
# Template file for 'terminus-font'
|
||||||
pkgname=terminus-font
|
pkgname=terminus-font
|
||||||
version=4.39
|
version=4.39
|
||||||
revision=1
|
revision=2
|
||||||
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/"
|
||||||
|
@ -10,7 +10,6 @@ distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=3108383986b365a4b9cc08c31a4195196f6de974d2735d77f6c6efa9feb1f5bf
|
checksum=3108383986b365a4b9cc08c31a4195196f6de974d2735d77f6c6efa9feb1f5bf
|
||||||
|
|
||||||
hostmakedepends="perl bdftopcf font-util"
|
hostmakedepends="perl bdftopcf font-util"
|
||||||
makedepends="font-util"
|
|
||||||
depends="font-util"
|
depends="font-util"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
font_dirs="/usr/share/fonts/X11/misc"
|
font_dirs="/usr/share/fonts/X11/misc"
|
||||||
|
@ -19,13 +18,9 @@ do_configure() {
|
||||||
sh ./configure --prefix=/usr --x11dir=/usr/share/fonts/X11/misc \
|
sh ./configure --prefix=/usr --x11dir=/usr/share/fonts/X11/misc \
|
||||||
--psfdir=/usr/share/kbd/consolefonts
|
--psfdir=/usr/share/kbd/consolefonts
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
|
|
||||||
vinstall OFL.TXT 644 usr/share/licenses/${pkgname} LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue