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

21 lines
592 B
Bash

# Template build file for 'font-dec-misc'.
pkgname=font-dec-misc
version=1.0.3
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="DEC cursor and session PCF fonts"
homepage="http://xorg.freedesktop.org/"
license="MIT"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
checksum=e19ddf8b5f8de914d81675358fdfe37762e9ce524887cc983adef34f2850ff7b
post_install() {
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}