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