2009-03-24 05:10:11 +00:00
|
|
|
# Template build file for 'font-ibm-type1'.
|
|
|
|
pkgname=font-ibm-type1
|
2011-02-19 11:12:32 +00:00
|
|
|
version=1.0.3
|
2009-03-24 05:10:11 +00:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config bdftopcf"
|
|
|
|
fulldepends="font-util"
|
2013-03-31 07:51:09 +00:00
|
|
|
revision=2
|
2009-03-24 05:10:11 +00:00
|
|
|
short_desc="IBM Courier Type1 fonts"
|
2013-03-31 07:51:09 +00:00
|
|
|
homepage="http://xorg.freedesktop.org/"
|
|
|
|
license="MIT"
|
2009-03-24 05:10:11 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-19 11:12:32 +00:00
|
|
|
checksum=fddb28d3db5a07f4b4ca15388488a9680a10e1367a18f358f903b2a608a5d2df
|
2009-03-24 05:10:11 +00:00
|
|
|
long_desc="
|
|
|
|
These are the Type1 versions of the IBM Courier fonts.
|
|
|
|
|
|
|
|
This is from the modular Xorg project."
|
|
|
|
|
|
|
|
|
|
|
|
noarch=yes
|
2009-10-28 02:06:01 +00:00
|
|
|
font_dirs="/usr/share/fonts/X11/Type1"
|
2009-03-24 05:10:11 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|