summaryrefslogtreecommitdiff
path: root/pcr/trytond-calendar/PKGBUILD
blob: db875617148cbbbb48b42c18c7688dfb20ff75e9 (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-calendar
_pkgname=trytond_calendar
pkgver=2.6.1
_pkgdir=2.6
pkgrel=1
pkgdesc="The calendar 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=("a6612776bf735eb9c68e2a5b3aa8ce83")

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