updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / trytond-stock-forecast / PKGBUILD
blob80ba4931fdb829836053a1635c8af5dc3cacc9f8
1 # Contributor: Gour <gour@gour-nitai.com>
2 pkgname=trytond-stock-forecast
3 _pkgname=trytond_stock_forecast
4 pkgver=1.4.0
5 pkgrel=1
6 pkgdesc="The stock_forecast 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-stock>=1.4' 'trytond-product>=1.4'
12 'trytond-company>=1.4')
13 makedepends=('setuptools')
14 source=("http://downloads.tryton.org/1.4/$_pkgname-$pkgver.tar.gz")
15 md5sums=('230aa9fd3a35559415f4ae48092fbd35')
17 build() {
18   cd $srcdir/$_pkgname-$pkgver
19   python setup.py install --root=$pkgdir