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