25 lines
624 B
Plaintext
25 lines
624 B
Plaintext
# Template build file for 'font-adobe-utopia-type1'.
|
|
pkgname=font-adobe-utopia-type1
|
|
version=1.0.1
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="Adobe Utopia Type1 fonts"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=e9c672c8ff275fd5c2d76dda9a9f11138766e246e31e45763cd7e14d8824c0dc
|
|
long_desc="
|
|
This are the Type1 versions of the following Adobe fonts:
|
|
- Adobe Utopia
|
|
|
|
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.*
|
|
}
|