1 # Contributor: Gour <gour@gour-nitai.com>
2 pkgname=trytond-purchase-invoice-line-standalone
3 _pkgname=trytond_purchase_invoice_line_standalone
6 pkgdesc="The purchase_invoice_line_standalone module of the Tryton application platform"
8 url="http://www.tryton.org/"
10 groups=('trytond-modules')
11 depends=('trytond>=1.4' 'trytond-purchase>=1.4' 'trytond-account-invoice-line-standalone>=1.4')
12 makedepends=('setuptools')
13 source=("http://downloads.tryton.org/1.4/$_pkgname-$pkgver.tar.gz")
14 md5sums=('6dd94bfb6ddb6b0b3bec61941814b10a')
17 cd $srcdir/$_pkgname-$pkgver
18 python setup.py install --root=$pkgdir