wok-next view python-docopt/receipt @ rev 20907

slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 15:39:58 2018 +0300 (2018-08-10)
parents 6c73b944e8dd
children 8b5b2a6d07b8
line source
1 # SliTaz package receipt.
3 PACKAGE="python-docopt"
4 VERSION="0.6.2"
5 CATEGORY="development"
6 SHORT_DESC="Pythonic argument parser, that will make you smile."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://docopt.org/"
10 REPOLOGY="python:docopt"
12 SOURCE="docopt"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="https://pypi.python.org/packages/source/d/$SOURCE/$TARBALL"
16 DEPENDS="python"
17 BUILD_DEPENDS="python-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }