void-packages/srcpkgs/font-cursor-misc/template
2011-02-19 12:09:40 +01:00

24 lines
690 B
Plaintext

# Template build file for 'font-cursor-misc'.
pkgname=font-cursor-misc
version=1.0.3
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Standard X11 cursors in PCF format"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=17363eb35eece2e08144da5f060c70103b59d0972b4f4d77fd84c9a7a2dba635
long_desc="
The font-cursor-misc package provides around 75 cursors in the
portable PCF format. These include the X cursor, arrows, clock
cursor, crosshair, fleur cursor, iron cross, sailboat cursor, and
many more."
Add_dependency full font-util
noarch=yes
font_dirs="/usr/share/fonts/X11/misc"
post_install()
{
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}