21 lines
607 B
Bash
21 lines
607 B
Bash
# Template file for 'font-isas-misc'
|
|
pkgname=font-isas-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="72dpi PCF versions of the Chinese Song Ti fonts"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.gz"
|
|
checksum=711a648206f0d7f4a8c3fa61b4b4703e789f37603937b488a6edd7c71182f7d5
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|