wok view python-paste/receipt @ rev 15379

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 20 22:08:25 2013 +0000 (2013-10-20)
parents cbd7fbaae292
children 7d672a2330b8
line source
1 # SliTaz package receipt.
3 PACKAGE="python-paste"
4 VERSION="1.7.2"
5 CATEGORY="development"
6 SHORT_DESC="Tools for using a Web Server Gateway Interface stack."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="Paste"
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"
16 BUILD_DEPENDS="python python-dev setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
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 }