wok-6.x annotate python-couchdbkit/receipt @ rev 21192
updated command procedure get-google-earth
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 05 16:34:43 2019 +0100 (2019-04-05) |
parents | 2a5cc8208d36 |
children | 5d50a02468c7 |
rev | line source |
---|---|
claudinei@3813 | 1 # SliTaz package receipt. |
claudinei@3813 | 2 |
claudinei@3813 | 3 PACKAGE="python-couchdbkit" |
claudinei@3813 | 4 SOURCE="couchdbkit" |
claudinei@14880 | 5 VERSION="0.6.2" |
claudinei@3813 | 6 CATEGORY="development" |
claudinei@3813 | 7 SHORT_DESC="A framework for python applications to access and manage CouchDB" |
claudinei@3813 | 8 MAINTAINER="claudinei@slitaz.org" |
pascal@15379 | 9 LICENSE="MIT" |
pascal@14882 | 10 TARBALL="$SOURCE-$VERSION.zip" |
pascal@14355 | 11 WEB_SITE="http://www.couchdbkit.org" |
pascal@14882 | 12 WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip" |
pascal@14355 | 13 |
claudinei@14880 | 14 DEPENDS="python couchdb python-simplejson python-restkit" |
claudinei@14880 | 15 BUILD_DEPENDS="python python-dev setuptools wget" |
claudinei@3813 | 16 |
claudinei@3813 | 17 # Rules to configure and make the package. |
claudinei@3813 | 18 compile_rules() |
claudinei@3813 | 19 { |
pascal@14355 | 20 python setup.py install --root=$DESTDIR |
claudinei@3813 | 21 } |
claudinei@3813 | 22 |
claudinei@3813 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
claudinei@3813 | 24 genpkg_rules() |
claudinei@3813 | 25 { |
claudinei@3813 | 26 mkdir -p $fs/usr |
pascal@14355 | 27 cp -a $install/usr $fs |
claudinei@3813 | 28 } |