vp-build/srcpkgs/font-ibm-type1/template

23 lines
619 B
Bash

# Template file for 'font-ibm-type1'
pkgname=font-ibm-type1
version=1.0.3
revision=5
noarch=yes
build_style=gnu-configure
hostmakedepends="pkg-config bdftopcf font-util"
makedepends="font-util"
depends="font-util"
font_dirs="/usr/share/fonts/X11/Type1"
short_desc="IBM Courier Type1 fonts"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
checksum=fddb28d3db5a07f4b4ca15388488a9680a10e1367a18f358f903b2a608a5d2df
post_install() {
vlicense COPYING
vlicense COPYRIGHT.IBM
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}