blob: ac7a35921af9eeebac177f6d17fe81bac4405ec7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Template file for 'font-bitstream-type1'
pkgname=font-bitstream-type1
version=1.0.3
revision=6
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="Orphaned <orphan@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.*
}
|