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

22 lines
627 B
Bash

# Template build file for 'font-schumacher-misc'.
pkgname=font-schumacher-misc
version=1.1.2
revision=4
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="X.Org Schumacher fonts"
homepage="http://xorg.freedesktop.org/"
license="MIT"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
checksum=e444028656e0767e2eddc6d9aca462b16a2be75a47244dbc199b2c44eca87e5a
post_install() {
rm -f ${DESTDIR}/${font_dirs}/fonts.*
vlicense COPYING
}