archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / jcl / trunk / PKGBUILD
blob54e667098ea0c13f64330bc022a572103d2cfe05
1 # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
2 # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
4 pkgname=jcl
5 pkgver=0.1rc2
6 pkgrel=1
7 _commit=6893bcf7f720a7b0beeaed5f433539d0b06d3b1a
8 pkgdesc="jabber component library"
9 arch=(any)
10 url="https://github.com/dax/jcl"
11 license=("GPL")
12 backup=(etc/ejabberd/jmc.xml)
13 depends=('python2' 'python2-pysqlite' 'python2-sqlobject')
14 makedepends=('git' 'python2-setuptools')
15 source=("git+https://github.com/dax/jcl.git#commit=${_commit}")
16 sha256sums=('SKIP')
18 package() {
19   cd "$srcdir/jcl"
20   python2 setup.py install --root="$pkgdir"