22 lines
619 B
Bash
22 lines
619 B
Bash
# Template file for 'font-bitstream-75dpi'
|
|
pkgname=font-bitstream-75dpi
|
|
version=1.0.3
|
|
revision=5
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config bdftopcf font-util"
|
|
makedepends="font-util"
|
|
depends="font-util"
|
|
font_dirs="/usr/share/fonts/X11/75dpi"
|
|
short_desc="Standard 100dpi Bitstream PCF fonts"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
checksum=ba3f5e4610c07bd5859881660753ec6d75d179f26fc967aa776dbb3d5d5cf48e
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|