20 lines
588 B
Bash
20 lines
588 B
Bash
# Template build file for 'font-sun-misc'.
|
|
pkgname=font-sun-misc
|
|
version=1.0.3
|
|
revision=3
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config bdftopcf font-util"
|
|
makedepends="font-util"
|
|
depends="font-util"
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
|
short_desc="X.Org Sun fonts"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
license="MIT"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
checksum=481f4fcbbf7005658b080b3cf342c8c76de752e77f47958b2b383de73266d2e0
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|