wok view python-pywebdav/receipt @ rev 14920

Up: firefox-langpack-pt_BR (17.0.7esr)
author Richard Dunbar <mojo@slitaz.org>
date Tue Aug 06 01:24:03 2013 +0000 (2013-08-06)
parents
children fd4f1e692109
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pywebdav"
4 SOURCE="PyWebDAV"
5 VERSION="0.9.8"
6 CATEGORY="development"
7 SHORT_DESC="A WebDAV client library for Python."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://code.google.com/p/pywebdav/"
11 WGET_URL="http://pywebdav.googlecode.com/files/$TARBALL"
13 DEPENDS="python"
14 BUILD_DEPENDS="python-dev python setuptools"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py develop &&
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs
27 cp -a $install/usr $fs
28 }