void-packages/srcpkgs/font-ibm-type1/template

23 lines
609 B
Bash

# Template file for 'font-ibm-type1'
pkgname=font-ibm-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="IBM Courier Type1 fonts"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.gz"
checksum=9129d73e3037709b03ea2bf61658ffa65e9a259a25b1df9a1e19c9ed8fcd1518
font_dirs="/usr/share/fonts/X11/Type1"
post_install() {
vlicense COPYING
vlicense COPYRIGHT.IBM
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}