summaryrefslogtreecommitdiff
path: root/pcr/trytond-currency/PKGBUILD
blob: 9a21153c0ca4578aa4e7e5e77ce6011de29f04f6 (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-currency
_pkgname=trytond_currency
pkgver=2.6.1
_pkgdir=2.6
pkgrel=1
pkgdesc="The currency module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
depends=('trytond>=2.6')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
md5sums=("c38869231a22dd0c80a595c523491412")

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