updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ttf-acoustica / PKGBUILD
blob61cfe9f980122565da9763d2f1ba7eab35a539e9
1 # Contributor: Bernardo Barros <bernardobarros@gmail.com>
2 pkgname='ttf-acoustica'
3 pkgver=1
4 pkgrel=1
5 pkgdesc="Acoustica Music Font (TTF)"
6 arch=('any')
7 url="http://christian.texier.pagespro-orange.fr/"
8 license=('GPL')
9 depends=('fontconfig')
10 source=("http://christian.texier.pagespro-orange.fr/mididesi/free/media/acoustica.zip")
11 md5sums=('3424157e3d0b6b5029795acd721b1b34 ')
12 build()
14         cd "${srcdir}"
15         mkdir -p "${pkgdir}/usr/share/fonts/TTF"
16         cp ACOUSTIC.TTF "${pkgdir}/usr/share/fonts/TTF"