updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / trytond-purchase-invoice-line-standalone / PKGBUILD
blob5e69c08f6277ea93d769b89db310ba39fd51744c
1 # Contributor: Gour <gour@gour-nitai.com>
2 pkgname=trytond-purchase-invoice-line-standalone
3 _pkgname=trytond_purchase_invoice_line_standalone
4 pkgver=1.4.0
5 pkgrel=2
6 pkgdesc="The purchase_invoice_line_standalone module of the Tryton application platform"
7 arch=('any')
8 url="http://www.tryton.org/"
9 license=('GPL3')
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')
16 build() {
17   cd $srcdir/$_pkgname-$pkgver
18   python setup.py install --root=$pkgdir