wok view python-beaker/receipt @ rev 3801

Up: gcc/gcc-lib-base (4.4.1)
author Paul Issott <paul@slitaz.org>
date Tue Aug 04 20:51:02 2009 +0000 (2009-08-04)
parents
children 19d57add85c0
line source
1 # SliTaz package receipt.
3 PACKAGE="python-beaker"
4 VERSION="1.3.1"
5 CATEGORY="development"
6 SHORT_DESC="Cache and Session Library"
7 MAINTAINER="taziden@slitaz.org"
8 SOURCE="Beaker"
9 DEPENDS="python"
10 BUILD_DEPENDS="python python-dev"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://pylonshq.com"
13 WGET_URL="$WEB_SITE/download/$TARBALL"
14 TAGS="python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$PWD/_pkg
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $_pkg/usr/ $fs
28 }