2008-10-06 23:54:47 +00:00
|
|
|
# Template build file for 'font-bitstream-type1'.
|
|
|
|
pkgname=font-bitstream-type1
|
2011-02-19 11:08:45 +00:00
|
|
|
version=1.0.3
|
2009-03-24 04:37:30 +00:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2008-10-06 23:54:47 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Standard Type1 Bitstream PCF fonts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-19 11:08:45 +00:00
|
|
|
checksum=c6ea0569adad2c577f140328dc3302e729cb1b1ea90cd0025caf380625f8a688
|
2008-10-06 23:54:47 +00:00
|
|
|
long_desc="
|
2009-03-24 04:37:30 +00:00
|
|
|
These are the PCF versions of the following Type1 Bitstream fonts:
|
2008-10-06 23:54:47 +00:00
|
|
|
- Type1
|
|
|
|
|
|
|
|
This is from the modular Xorg project."
|
|
|
|
|
2011-07-02 23:07:39 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build bdftopcf
|
2009-03-24 04:37:30 +00:00
|
|
|
Add_dependency full font-util
|
|
|
|
|
|
|
|
noarch=yes
|
2009-10-28 02:06:01 +00:00
|
|
|
font_dirs="/usr/share/fonts/X11/Type1"
|
2009-03-24 04:37:30 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|