wok view python-pylons/receipt @ rev 15378

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 19 13:53:26 2013 +0000 (2013-10-19)
parents dd20be80585e
children 7390f8de9846
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pylons"
4 VERSION="1.0"
5 CATEGORY="development"
6 SHORT_DESC="Lightweight web framework"
7 MAINTAINER="taziden@slitaz.org"
8 LICENSE="BSD"
9 SOURCE="Pylons"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://pylonshq.com"
12 WGET_URL="http://cdn.pylonshq.com/download/$VERSION/$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 }