2008-10-07 01:24:44 +02:00
|
|
|
# Template build file for 'font-bitstream-100dpi'.
|
|
|
|
pkgname=font-bitstream-100dpi
|
2011-02-19 12:06:35 +01:00
|
|
|
version=1.0.3
|
2009-03-24 05:37:30 +01:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-04-12 11:16:02 +02:00
|
|
|
makedepends="pkg-config bdftopcf font-util"
|
2013-03-31 09:40:51 +02:00
|
|
|
revision=2
|
2008-10-07 01:24:44 +02:00
|
|
|
short_desc="Standard 100dpi Bitstream PCF fonts"
|
2013-03-31 09:40:51 +02:00
|
|
|
homepage="http://xorg.freedesktop.org/"
|
|
|
|
license="MIT"
|
2008-10-07 01:24:44 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-19 12:06:35 +01:00
|
|
|
checksum=ebe0d7444e3d7c8da7642055ac2206f0190ee060700d99cd876f8fc9964cb6ce
|
2008-10-07 01:24:44 +02:00
|
|
|
long_desc="
|
2009-03-24 05:37:30 +01:00
|
|
|
This are the PCF versions of the following Bitstream fonts for
|
|
|
|
100dpi displays:
|
2008-10-07 01:24:44 +02:00
|
|
|
- Charter
|
|
|
|
- Terminal
|
|
|
|
|
|
|
|
This is from the modular Xorg project."
|
|
|
|
|
2013-04-12 11:16:02 +02:00
|
|
|
post_install() {
|
2009-03-24 05:37:30 +01:00
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|
2013-04-12 11:16:02 +02:00
|
|
|
|
|
|
|
font-bitstream-100dpi_package() {
|
|
|
|
depends="font-util"
|
|
|
|
noarch="yes"
|
|
|
|
font_dirs="/usr/share/fonts/X11/100dpi"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|