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