1 # Contributor: Thomas-Bahn <Thomas-Bahn@gmx.net>
2 pkgname=trytond-account
3 _pkgname=trytond_account
7 pkgdesc="Account module of the Tryton application platform"
9 url="http://www.tryton.org/"
11 groups=('trytond-modules')
12 depends=('trytond>=1.8' 'trytond-company>=1.8' 'trytond-country>=1.8' 'trytond-currency>=1.8')
13 makedepends=('python2-distribute')
14 source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
17 cd $srcdir/$_pkgname-$pkgver
18 python2 setup.py install --root=$pkgdir
21 md5sums=('d79d945e7647c9aa47f7420d81eb6fb5')