1 # Contributor: Gour <gour@gour-nitai.com>
2 pkgname=trytond-account-invoice-line-standalone
3 _pkgname=trytond_account_invoice_line_standalone
6 pkgdesc="The account_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-account-invoice>=1.4')
12 makedepends=('setuptools')
13 source=("http://downloads.tryton.org/1.4/$_pkgname-$pkgver.tar.gz")
14 md5sums=('cbba2b33a0de5d227751398d0d8217e8')
17 cd $srcdir/$_pkgname-$pkgver
18 python setup.py install --root=$pkgdir