updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / ipazounds / PKGBUILD
blobedf2c2b05224aab2bdb14d7db480fecc4e02cf6c
1 # Contributor: Jason Seeley <jamiseeley (at) yahoo (dot) com>
2 pkgname=ipazounds
3 pkgver=3.1
4 _pkgver=3-1
5 pkgrel=1
6 pkgdesc="Models sound change in language by applying sound change rules to a lexicon."
7 arch=('any')
8 url="http://zounds.artefact.org.nz/"
9 license=('GPL')
10 groups=()
11 depends=('python2' 'pygtk')
12 optdepends=('ttf-gentium-plus: full IPA font')
13 makedepends=()
14 provides=()
15 conflicts=()
16 replaces=()
17 backup=()
18 install=
19 source=(http://zounds.artefact.org.nz/download/$pkgname$_pkgver.tar.gz)
20 md5sums=('ab454d485ecc14122c02b6bb8a532411') #generate with 'makepkg -g'
22 build() {
23   cd "$srcdir/IPA Zounds-$pkgver"
24   python2 setup.py install --root=$pkgdir/ --optimize=1
25   mkdir -p $pkgdir/usr/share/ipazounds
26   cp -r docs examples po tests $pkgdir/usr/share/ipazounds