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

22 lines
609 B
Bash

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