21 lines
577 B
Bash
21 lines
577 B
Bash
# Template file for 'font-sun-misc'
|
|
pkgname=font-sun-misc
|
|
version=1.0.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config bdftopcf font-util"
|
|
makedepends="font-util"
|
|
depends="font-util"
|
|
short_desc="X.Org Sun fonts"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/font/${pkgname}-${version}.tar.xz"
|
|
checksum=dd84dd116d927affa4fa0fa29727b3ecfc0f064238817c0a1e552a0ac384db9f
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
vlicense COPYING
|
|
}
|