22 lines
621 B
Bash
22 lines
621 B
Bash
# Template file for 'font-bh-type1'
|
|
pkgname=font-bh-type1
|
|
version=1.0.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config bdftopcf font-util"
|
|
makedepends="font-util"
|
|
depends="font-util"
|
|
short_desc="Standard Bigelow and Holmes Type1 fonts"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.gz"
|
|
checksum=2ec07192aa73197958d65900c7048e8abd8fd00b187ea3d4871121a5c76aee99
|
|
font_dirs="/usr/share/fonts/X11/Type1"
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vlicense COPYRIGHT.BH
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|