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