wok-stable view jtoolkit/receipt @ rev 9040

Up: tazwok 4.2.4
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Mar 04 02:43:18 2011 +0100 (2011-03-04)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="jtoolkit"
4 VERSION="0.7.8"
5 CATEGORY="system-tools"
6 SHORT_DESC="Python web application framework built on modpython and Apache."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="python"
9 BUILD_DEPENDS="python-dev"
10 SOURCE="jToolkit"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://$PACKAGE.sourceforge.net/"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python jToolkitSetup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/lib $fs/usr
27 }