summaryrefslogtreecommitdiff
path: root/pcr/python2-pywebdav/PKGBUILD
blob: 0ae43ddb5d17fff7b443c736ed54216d4c7296c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Dan Serban (dserban01 => gmail)
# Contributor: Gour <gour@gour-nitai.com>

pkgname=python2-pywebdav
pkgver=0.9.8
pkgrel=1
pkgdesc="A standards compliant WebDAV server and library written in Python"
arch=('any')
url="http://code.google.com/p/pywebdav/"
license=('GPLv2')
depends=('python2' 'pyxml')
conflicts=('python-pywebdav')
makedepends=('python2-distribute')
source=(http://pywebdav.googlecode.com/files/PyWebDAV-$pkgver.tar.gz)
md5sums=('2fd2aca0074f0d0ac2701c9c0cadb89e')

build()
{
  cd $srcdir/PyWebDAV-$pkgver
  python2 setup.py install --root=$pkgdir/ 
  install -D doc/LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
}