2009-03-24 06:00:51 +01:00
|
|
|
# Template build file for 'font-jis-misc'.
|
|
|
|
pkgname=font-jis-misc
|
2011-02-19 12:14:28 +01:00
|
|
|
version=1.0.3
|
2009-03-24 06:00:51 +01:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config bdftopcf"
|
|
|
|
fulldepends="font-util"
|
2013-03-31 09:51:10 +02:00
|
|
|
revision=2
|
2009-03-24 06:00:51 +01:00
|
|
|
short_desc="78dpi PCF versions of the Japanese fixed fonts"
|
2013-03-31 09:51:10 +02:00
|
|
|
homepage="http://xorg.freedesktop.org/"
|
|
|
|
license="MIT"
|
2009-03-24 06:00:51 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-19 12:14:28 +01:00
|
|
|
checksum=2b18ce10b367ebafe95a17de799b6db9a24e2337188d124adaf68af05b1fac65
|
2009-03-24 06:00:51 +01:00
|
|
|
long_desc="
|
|
|
|
These are the PCF versions of the JIS fixed fonts for 78dpi displays.
|
|
|
|
This is from the modular Xorg project."
|
|
|
|
|
|
|
|
|
|
|
|
noarch=yes
|
2009-10-28 03:06:01 +01:00
|
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
2009-03-24 06:00:51 +01:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|