void-packages/srcpkgs/font-bitstream-75dpi/template

21 lines
608 B
Bash

# Template file for 'font-bitstream-75dpi'
pkgname=font-bitstream-75dpi
version=1.0.4
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config bdftopcf font-util"
makedepends="font-util"
depends="font-util"
short_desc="Standard 100dpi Bitstream PCF fonts"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.gz"
checksum=4d48e8e02ee6434eb44afc228ac78aea70ba2f1bf7a635082c13662864e3d522
font_dirs="/usr/share/fonts/X11/75dpi"
post_install() {
vlicense COPYING
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}