# Maintainer: ezzetabi pkgname=otf-stix pkgver=1.0.0 pkgrel=3 pkgdesc='A comprehensive set of fonts that serve the scientific and engineering community.' arch=('any') url="http://www.stixfonts.org" license=('custom:STIXFont') depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') makedepends=('unzip') install=otf-stix.install source=("http://downloads.sourceforge.net/stixfonts/STIXv$pkgver.zip") md5sums=('c8ce241126591ab76e488a1a10bf49f5') build() { /bin/true } package() { cd "$srcdir/STIXv$pkgver" install -d "$pkgdir/usr/share/fonts/OTF" install -m644 Fonts/*.otf "$pkgdir/usr/share/fonts/OTF" install -Dm644 "License/STIX Font License 2010.pdf" \ "$pkgdir/usr/share/licenses/$pkgname/STIXFont2010.pdf" install -Dm644 "STIX Font Release Documentation 2010.pdf" \ "$pkgdir/usr/share/doc/$pkgname/STIXFontDoc2010.pdf" }