22 lines
605 B
Bash
22 lines
605 B
Bash
# Template file for 'font-jis-misc'
|
|
pkgname=font-jis-misc
|
|
version=1.0.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config bdftopcf font-util"
|
|
makedepends="font-util"
|
|
depends="font-util"
|
|
short_desc="78dpi PCF versions of the Japanese fixed fonts"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.gz"
|
|
checksum=7ab270255b27061003058ccbfc775d0813d17dca7aa8e07bdccb728f1b713984
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
|
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|