wok-next view jtoolkit/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 16df76e1fc6a
children
line source
1 # SliTaz package receipt v2.
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://jtoolkit.sourceforge.net/"
11 TARBALL="jToolkit-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="python-dev"
16 compile_rules() {
17 python -B jToolkitSetup.py install --root=$install
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="python"
23 }