wok-6.x view python-docopt/receipt @ rev 22957
updated iptables and iptables-dev (1.4.21 -> 1.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 28 15:41:30 2020 +0100 (2020-02-28) |
parents | 83e607b8613e |
children | 104a2a2e5484 |
line source
1 # SliTaz package receipt.
3 PACKAGE="python-docopt"
4 SOURCE="docopt"
5 VERSION="0.6.2"
6 CATEGORY="development"
7 SHORT_DESC="Pythonic argument parser, that will make you smile."
8 MAINTAINER="paul@slitaz.org"
9 LICENSE="MIT"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://docopt.org/"
12 WGET_URL="https://pypi.python.org/packages/source/d/$SOURCE/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="wget python-setuptools python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }