summaryrefslogtreecommitdiff
path: root/pcr/trytond-party/PKGBUILD
blob: 31085798a3f867c6d7082b5ed9734904554bff34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-party
_pkgname=trytond_party
pkgver=2.6.3
_pkgdir=2.6
pkgrel=1
pkgdesc="The party module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
depends=('trytond>=2.6' 'trytond-country>=2.6')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
md5sums=("82fc07ffd9bcedc28f5526fe5c6228e6")

build() {
  cd $srcdir/$_pkgname-$pkgver
  python setup.py install --root=$pkgdir
}