updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / trytond-account-invoice / PKGBUILD
blobaf6f244f2e0a09e91e6a50901804aaf4fe289e48
1 # Maintainer: Gour <gour@gour-nitai.com>
2 # Contributor: Florian Walch <florian.walch@gmx.at>
3 pkgname=trytond-account-invoice
4 _pkgname=trytond_account_invoice
5 pkgver=1.4.1
6 pkgrel=1
7 pkgdesc="The account_invoice module of the Tryton application platform"
8 arch=('any')
9 url="http://www.tryton.org/"
10 license=('GPL3')
11 groups=('trytond-modules')
12 depends=('trytond>=1.4' 'trytond-account>=1.4' 'trytond-company>=1.4'
13 'trytond-party>=1.4' 'trytond-product>=1.4' 'trytond-currency>=1.4'
14 'trytond-account-product>=1.4')
15 makedepends=('setuptools')
16 source=("http://downloads.tryton.org/1.4/$_pkgname-$pkgver.tar.gz")
17 md5sums=('e7ec613647785b67092c919b764343f6')
19 build() {
20   cd $srcdir/$_pkgname-$pkgver
21   python setup.py install --root=$pkgdir