summaryrefslogtreecommitdiff
path: root/pcr/python2-pywebdav/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-22 00:46:42 -0700
committerroot <root@rshg054.dnsready.net>2013-04-22 00:46:42 -0700
commit3faf011988bf1728989962e062a474aaa62b55f5 (patch)
treed362a44862fe1fd74611962e89293ec97d073e84 /pcr/python2-pywebdav/PKGBUILD
parent031887a2047546085998f965214f5b682664de9b (diff)
Mon Apr 22 00:46:41 PDT 2013
Diffstat (limited to 'pcr/python2-pywebdav/PKGBUILD')
-rw-r--r--pcr/python2-pywebdav/PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/pcr/python2-pywebdav/PKGBUILD b/pcr/python2-pywebdav/PKGBUILD
new file mode 100644
index 000000000..c5c72b22a
--- /dev/null
+++ b/pcr/python2-pywebdav/PKGBUILD
@@ -0,0 +1,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')
+
+package()
+{
+ cd $srcdir/PyWebDAV-$pkgver
+ python2 setup.py install --root=$pkgdir/
+ install -D doc/LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
+}