2009-03-24 05:00:51 +00:00
|
|
|
# Template build file for 'font-isas-misc'.
|
|
|
|
pkgname=font-isas-misc
|
2011-02-19 11:13:32 +00:00
|
|
|
version=1.0.3
|
2009-03-24 05:00:51 +00:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config bdftopcf"
|
|
|
|
fulldepends="font-util"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2009-03-24 05:00:51 +00:00
|
|
|
short_desc="72dpi PCF versions of the Chinese Song Ti fonts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-19 11:13:32 +00:00
|
|
|
checksum=5824ab4b485951107dd245b8f7717d2822f1a6dbf6cea98f1ac7f49905c0a867
|
2009-03-24 05:00:51 +00:00
|
|
|
long_desc="
|
|
|
|
These are the PCF versions of the Song Si fonts for 72dpi displays.
|
|
|
|
This is from the modular Xorg project."
|
|
|
|
|
|
|
|
|
|
|
|
noarch=yes
|
2009-10-28 02:06:01 +00:00
|
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
2009-03-24 05:00:51 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|