void-packages/srcpkgs/font-mutt-misc/template

21 lines
603 B
Bash
Raw Normal View History

# Template build file for 'font-mutt-misc'.
pkgname=font-mutt-misc
2011-02-19 12:17:09 +01:00
version=1.0.3
2015-02-21 16:10:30 +01:00
revision=4
noarch="yes"
build_style=gnu-configure
2015-02-21 16:10:30 +01:00
hostmakedepends="pkg-config bdftopcf font-util"
makedepends="font-util"
depends="font-util"
font_dirs="/usr/share/fonts/X11/misc"
short_desc="100dpi PCF versions of the ClearlyU fonts"
2013-03-31 09:51:10 +02:00
homepage="http://xorg.freedesktop.org/"
license="MIT"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
2011-02-19 12:17:09 +01:00
checksum=bd5f7adb34367c197773a9801df5bce7b019664941900b2a31fbfe1ff2830f8f
post_install() {
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}