wok view python-couchdbkit/receipt @ rev 14880

Up: python-couchdbkit (0.6.2)
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Jul 23 19:33:57 2013 -0300 (2013-07-23)
parents 44eacb6d3864
children a9673381f756
line source
1 # SliTaz package receipt.
3 PACKAGE="python-couchdbkit"
4 SOURCE="couchdbkit"
5 VERSION="0.6.2"
6 CATEGORY="development"
7 SHORT_DESC="A framework for python applications to access and manage CouchDB"
8 MAINTAINER="claudinei@slitaz.org"
9 TARBALL="$VERSION.zip"
10 WEB_SITE="http://www.couchdbkit.org"
11 WGET_URL="https://github.com/benoitc/$SOURCE/archive/$TARBALL"
13 DEPENDS="python couchdb python-simplejson python-restkit"
14 BUILD_DEPENDS="python python-dev setuptools wget"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
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/usr
27 cp -a $install/usr $fs
28 }