csync-git
[mirrors/ArchLinux-Packages.git] / ocr-a / PKGBUILD
1 # Contributor: Thomas Mudrunka <harvie@@email..cz>
2 # Maintainer: Thomas Mudrunka <harvie@@email..cz>
3 # You can also contact me on http://blog.harvie.cz/
4
5 pkgname=ocr-a-font
6 pkgver=10
7 pkgrel=1
8 pkgdesc="Free version of OCR-friendly sans-serif monospace TTF font described in 'ISO 1073-1:1976' , 'ANSI X3.4-1977. X3.4' and 'DIN 66008' standarts"
9 arch=('any')
10 license=('GPL')
11 url="http://en.wikipedia.org/wiki/OCR-A_font"
12 optdepends=('gocr' 'ocra')
13
14 source=("OCR-A-10.ttf")
15 md5sums=('f210e903e883f8be74b911d52cbf06c5')
16
17 build() {
18 mkdir -p ${pkgdir}/usr/share/fonts/TTF/ || return 1
19 cp ${srcdir}/OCR-A-10.ttf ${pkgdir}/usr/share/fonts/TTF/ || return 1
20 }
This page took 0.247721 seconds and 4 git commands to generate.