25 lines
709 B
Plaintext
25 lines
709 B
Plaintext
# Template build file for 'font-cursor-misc'.
|
|
pkgname=font-cursor-misc
|
|
version=1.0.0
|
|
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=955de27117581ba501d7c2abae7f38b0a65662e4ab2e2b54b9eb2dc07aa5f3c5
|
|
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/lib/X11/fonts/misc"
|
|
triggers="x11-fonts"
|
|
|
|
post_install()
|
|
{
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|