updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / otf-pecita / PKGBUILD
blob5b79c06a9de1003927fcb8b54dad867cc03e29aa
1 # Contributor: feufochmar <feufochmar@d-20.fr>
2 pkgname=otf-pecita
3 pkgver=3.0.1
4 pkgrel=1
5 pkgdesc="A handwritten font with attached letters."
6 arch=('any')
7 url="http://pecita.eu"
8 license=('custom:OFL')
9 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
10 install=pecita.install
11 source=("http://pecita.eu/f/Pecita.otf" "OFL.txt")
13 build() {
14   cd "$srcdir"
15   install -D -m644 OFL.txt "$pkgdir"/usr/share/licenses/$pkgname/OFL
16   mkdir -p  "$pkgdir"/usr/share/fonts/OTF
17   install -m644 *.otf "$pkgdir"/usr/share/fonts/OTF/
19 md5sums=('764c4f9eac198b00f598fec94499331f'
20          '3fa78374b78960f75ba6b4440309ac91')