22 lines
622 B
Bash
22 lines
622 B
Bash
# Template file for 'font-bitstream-speedo'
|
|
pkgname=font-bitstream-speedo
|
|
version=1.0.2
|
|
revision=4
|
|
archs=noarch
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config bdftopcf mkfontscale"
|
|
depends="font-util xbps-triggers"
|
|
short_desc="Standard Speedo Bitstream PCF fonts"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/font/${pkgname}-${version}.tar.bz2"
|
|
checksum=0708fe0046947b88c082b55844af8a861741dcdf087f0624bdf23fb773d76763
|
|
|
|
font_dirs="/usr/share/fonts/X11/Speedo"
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
vlicense COPYING
|
|
}
|