24 lines
585 B
Plaintext
24 lines
585 B
Plaintext
|
# Template build file for 'font-ibm-type1'.
|
||
|
pkgname=font-ibm-type1
|
||
|
version=1.0.0
|
||
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||
|
build_style=gnu_configure
|
||
|
short_desc="IBM Courier Type1 fonts"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=30d091c2e3506943f8a6e152c4be973c462ba19293a864bbb48b82c6cf9c461e
|
||
|
long_desc="
|
||
|
These are the Type1 versions of the IBM Courier fonts.
|
||
|
|
||
|
This is from the modular Xorg project."
|
||
|
|
||
|
Add_dependency full font-util
|
||
|
|
||
|
noarch=yes
|
||
|
font_dirs="/usr/lib/X11/fonts/Type1"
|
||
|
triggers="x11-fonts"
|
||
|
|
||
|
post_install()
|
||
|
{
|
||
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
||
|
}
|