updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / trytond-stock-product-location / PKGBUILD
blobffbe181c252a0270b0d0a407438c475e193b4d59
1 # Contributor: Gour <gour@gour-nitai.com>
2 pkgname=trytond-stock-product-location
3 _pkgname=trytond_stock_product_location
4 pkgver=1.4.0
5 pkgrel=1
6 pkgdesc="The stock_product_location 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-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')
16 build() {
17   cd $srcdir/$_pkgname-$pkgver
18   python setup.py install --root=$pkgdir