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

20 lines
555 B
Plaintext

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