2008-10-06 15:03:19 +00:00
|
|
|
# Template build file for 'font-adobe-utopia-100dpi'.
|
|
|
|
pkgname=font-adobe-utopia-100dpi
|
2011-02-19 10:54:50 +00:00
|
|
|
version=1.0.4
|
2013-04-12 09:16:02 +00:00
|
|
|
revision=2
|
2009-03-23 17:49:05 +00:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-04-12 09:16:02 +00:00
|
|
|
makedepends="pkg-config bdftopcf font-utils"
|
2008-10-06 15:03:19 +00:00
|
|
|
short_desc="100dpi Adobe Utopia PCF fonts"
|
2013-03-31 07:38:50 +00:00
|
|
|
homepage="http://xorg.freedesktop.org/"
|
|
|
|
license="opensource"
|
2008-10-06 15:03:19 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-19 10:54:50 +00:00
|
|
|
checksum=d16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5
|
2008-10-06 15:03:19 +00:00
|
|
|
long_desc="
|
|
|
|
These are the PCF versions of the following Adobe fonts for 100dpi displays:
|
|
|
|
- Adobe Utopia
|
|
|
|
|
|
|
|
This is from the modular Xorg project."
|
|
|
|
|
2013-04-12 09:16:02 +00:00
|
|
|
post_install() {
|
2009-03-23 17:49:05 +00:00
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|
2013-04-12 09:16:02 +00:00
|
|
|
|
|
|
|
font-adobe-utopia-100dpi_package() {
|
|
|
|
depends="font-util"
|
|
|
|
noarch="yes"
|
|
|
|
font_dirs="/usr/share/fonts/X11/100dpi"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|