updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / trytond-purchase / PKGBUILD
blob6065c3104ec2a07e31588b246fd9ac0189381093
1 # Contributor: Gour <gour@gour-nitai.com>
2 pkgname=trytond-purchase
3 _pkgname=trytond_purchase
4 pkgver=1.4.1
5 pkgrel=1
6 pkgdesc="The purchase 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-company>=1.4' 'trytond-party>=1.4' 'trytond-stock>=1.4' 
12 'trytond-account>=1.4' 'trytond-product>=1.4' 'trytond-account-invoice>=1.4' 
13 'trytond-currency>=1.4' 'trytond-account-product>=1.4')
14 makedepends=('setuptools')
15 source=("http://downloads.tryton.org/1.4/$_pkgname-$pkgver.tar.gz")
16 md5sums=('c3f48ba04f501cb936e27cb79a00fb3c')
18 build() {
19   cd $srcdir/$_pkgname-$pkgver
20   python setup.py install --root=$pkgdir