vp-build/srcpkgs/font-isas-misc/template

22 lines
618 B
Bash

# Template file for 'font-isas-misc'
pkgname=font-isas-misc
version=1.0.3
revision=5
noarch=yes
build_style=gnu-configure
hostmakedepends="pkg-config bdftopcf font-util"
makedepends="font-util"
depends="font-util"
font_dirs="/usr/share/fonts/X11/misc"
short_desc="72dpi PCF versions of the Chinese Song Ti fonts"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
checksum=5824ab4b485951107dd245b8f7717d2822f1a6dbf6cea98f1ac7f49905c0a867
post_install() {
vlicense COPYING
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}