21 lines
594 B
Bash
21 lines
594 B
Bash
# Template file for 'font-adobe-75dpi'
|
|
pkgname=font-adobe-75dpi
|
|
version=1.0.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config bdftopcf font-util"
|
|
makedepends="font-util"
|
|
depends="font-util"
|
|
short_desc="Standard 75pi Adobe PCF fonts"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.gz"
|
|
checksum=6a2be7148406fc5df4f1b5258955418fdacb17ee19946613164517ff501c41c7
|
|
font_dirs="/usr/share/fonts/X11/75dpi"
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
vlicense COPYING
|
|
}
|