wok view python-pastedeploy/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
parents fd4f1e692109
children 3244113bcf23
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pastedeploy"
4 VERSION="1.3.3"
5 CATEGORY="development"
6 SHORT_DESC="Load, configure, and compose WSGI applications and servers."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="PasteDeploy"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://pythonpaste.org/"
12 WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="python python-paste"
16 BUILD_DEPENDS="$DEPENDS python-dev setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }