summaryrefslogtreecommitdiff
path: root/pcr/trytond-party/PKGBUILD
blob: 378a894c7b168664bbfdd1803cd0cc2ef7588bec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>

pkgname=trytond-party
_pkgname=trytond_party
pkgver=3.8.1
_pkgdir=3.8
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>=3.8' 'trytond-country>=3.8')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
md5sums=("0086f1735e71fd722165dd4870da6694")

build() {
  cd $srcdir/$_pkgname-$pkgver
  python2 setup.py build
}

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