23 lines
639 B
Bash
23 lines
639 B
Bash
# Template file for 'font-bitstream-type1'
|
|
pkgname=font-bitstream-type1
|
|
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/Type1"
|
|
short_desc="Standard Type1 Bitstream PCF fonts"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
checksum=c6ea0569adad2c577f140328dc3302e729cb1b1ea90cd0025caf380625f8a688
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vlicense Copyright
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|