19 lines
569 B
Text
19 lines
569 B
Text
# Template build file for 'font-cursor-misc'.
|
|
pkgname=font-cursor-misc
|
|
version=1.0.3
|
|
revision=3
|
|
noarch="yes"
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config bdftopcf font-util"
|
|
depends="font-util"
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
|
short_desc="Standard X11 cursors in PCF format"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
checksum=17363eb35eece2e08144da5f060c70103b59d0972b4f4d77fd84c9a7a2dba635
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|