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