20 lines
586 B
Bash
20 lines
586 B
Bash
# Template build file for 'font-ibm-type1'.
|
|
pkgname=font-ibm-type1
|
|
version=1.0.3
|
|
revision=4
|
|
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"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
checksum=fddb28d3db5a07f4b4ca15388488a9680a10e1367a18f358f903b2a608a5d2df
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|