updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / ttf-equinox / PKGBUILD
blob8c35c4d91c2eaa83c57ae130504c7e03f9ff86dc
1 # Maintainer: Alexander Ovsyannikov <ovsinc@ya.ru>
3 pkgname=ttf-equinox
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="Equinox font by Matt Congreve"
7 arch=('any')
8 url="http://www.dafont.com/equinox.font"
9 license=("custom: Free for personal use")
10 depends=('fontconfig')
11 install=${pkgname}.install
13 source=('http://img.dafont.com/dl/?f=equinox')
15 build() {
16         cd "${srcdir}/"
17         install -m755 -d "${pkgdir}/usr/share/fonts/OTF"
18         install -m644 ./*.otf "${pkgdir}/usr/share/fonts/OTF/"
21 md5sums=('49434b7bbb6c11216b3b3b468cc7cdd3')