29 lines
730 B
Text
29 lines
730 B
Text
# Template build file for 'font-ibm-type1'.
|
|
pkgname=font-ibm-type1
|
|
version=1.0.3
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config bdftopcf font-util"
|
|
revision=2
|
|
short_desc="IBM Courier Type1 fonts"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=fddb28d3db5a07f4b4ca15388488a9680a10e1367a18f358f903b2a608a5d2df
|
|
long_desc="
|
|
These are the Type1 versions of the IBM Courier fonts.
|
|
|
|
This is from the modular Xorg project."
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|
|
|
|
font-ibm-type1_package() {
|
|
depends="font-util"
|
|
noarch="yes"
|
|
font_dirs="/usr/share/fonts/X11/Type1"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|