updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ttf-aefonts / PKGBUILD~
bloba565befe496ccc6563f44702089d34668405bc47
1 # Contributor: Daniel Isenmann <daniel [at] archlinux.org>
2 pkgname=ttf-aefonts
3 pkgver=20071109
4 pkgrel=1
5 pkgdesc="Aenigma Fonts font archive"
6 arch=('i686' 'x86_64')
7 license=('custom:Freeware')
8 url="http://www.aenigmafonts.com"
9 depends=('fontconfig' 'xorg-font-utils')
10 source=('http://ppa.launchpad.net/corenominal/ubuntu/pool/main/t/ttf-aefonts/ttf-aefonts_0.0.1-0ubuntu1~ppa0.tar.gz')
11 md5sums=('0094e3c7bd7ea1cf52a35bcbcbe10fc6')
13 build() {
14   cd "$startdir/src/$pkgname"
15   mkdir -p "$startdir/pkg/usr/share/fonts/TTF/"
16   install -m644 *.ttf $startdir/pkg/usr/share/fonts/TTF/ || return 1
19 # vim:set ts=2 sw=2 et: