2009-03-24 05:00:51 +00:00
|
|
|
# Template build file for 'font-sony-misc'.
|
|
|
|
pkgname=font-sony-misc
|
|
|
|
version=1.0.0
|
|
|
|
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="Standard X11 sony PCF fonts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=1ae93ae76020b57cb0054ba9f33b4d5aec71342c6596750c07303d5c53452e23
|
|
|
|
long_desc="
|
|
|
|
The standard X11 sony fonts that you can share and enjoy.
|
|
|
|
It is in PCF format."
|
|
|
|
|
|
|
|
|
|
|
|
noarch=yes
|
|
|
|
font_dirs="/usr/lib/X11/fonts/misc"
|
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|