# Maintainer: Omar Vega Ramos pkgname=trytond-account-invoice _pkgname=trytond_account_invoice pkgver=3.8.0 _pkgdir=3.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>=3.8' 'trytond-account>=3.8' 'trytond-account-product>=3.8' 'trytond-company>=3.8' 'trytond-currency>=3.8' 'trytond-party>=3.8' 'trytond-product>=3.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") md5sums=("065c7e540a957e7e7ba4ee2a7d2d0287") build() { cd $srcdir/$_pkgname-$pkgver python2 setup.py build } package() { cd $srcdir/$_pkgname-$pkgver python2 setup.py install --root=$pkgdir }