2008-10-08 18:33:34 +02:00
|
|
|
# Template build file for 'font-cursor-misc'.
|
|
|
|
pkgname=font-cursor-misc
|
2009-10-28 03:06:01 +01:00
|
|
|
version=1.0.1
|
2009-03-23 18:55:28 +01:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2008-10-08 18:33:34 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Standard X11 cursors in PCF format"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-28 03:06:01 +01:00
|
|
|
checksum=deee02861beaa335448e9aba4320c88c30a174bc3dcfb05a434b4ddb137dc1b3
|
2008-10-08 18:33:34 +02:00
|
|
|
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."
|
|
|
|
|
2009-03-23 18:55:28 +01:00
|
|
|
Add_dependency full font-util
|
|
|
|
|
|
|
|
noarch=yes
|
2009-10-28 03:06:01 +01:00
|
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
2009-03-23 18:55:28 +01:00
|
|
|
triggers="x11-fonts"
|
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|