23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
25 lines
752 B
Text
25 lines
752 B
Text
# 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 build pkg-config
|
|
Add_dependency build bdftopcf
|
|
Add_dependency full font-util
|
|
|
|
noarch=yes
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
|
|
|
post_install()
|
|
{
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|