# Maintainer: Robin Baumgartner # Maintainer (Parabola): André Silva pkgname=trytond-account-invoice _pkgname=trytond_account_invoice pkgver=2.8.3 _pkgdir=2.8 pkgrel=1 pkgdesc="The account_invoice module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') depends=('trytond>=2.8' 'trytond-account>=2.8' 'trytond-account-product>=2.8' 'trytond-company>=2.8' 'trytond-currency>=2.8' 'trytond-party>=2.8' 'trytond-product>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") md5sums=("5c3dda771139e55d1f445f07922028a3") package() { cd $srcdir/$_pkgname-$pkgver python2 setup.py install --root=$pkgdir }