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

22 lines
599 B
Bash

# Template file for 'font-daewoo-misc'
pkgname=font-daewoo-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="Daewoo Gothic PCF format"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
checksum=bc65de70bee12698caa95b523d3b652c056347e17b68cc8b5d6bbdff235c4be8
post_install() {
vlicense COPYING
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}