wok view python-pywebdav/receipt @ rev 16341

Add slitaz-arm-rpi (only for ARM arch, hope i486 cooker will handle it)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 14:59:28 2014 +0200 (2014-04-12)
parents a9d47aecad2c
children 7390f8de9846
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 LICENSE="GPL2"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://code.google.com/p/pywebdav/"
12 WGET_URL="http://pywebdav.googlecode.com/files/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python-dev python setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py develop &&
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs
28 cp -a $install/usr $fs
29 }