wok-next diff jtoolkit/receipt @ rev 21303

updated gujin (2.8.6 -> 2.8.7)
author Hans-G?nter Theisgen
date Tue Dec 10 07:57:29 2019 +0100 (2019-12-10)
parents 16df76e1fc6a
children
line diff
     1.1 --- a/jtoolkit/receipt	Fri May 22 17:34:18 2015 +0300
     1.2 +++ b/jtoolkit/receipt	Tue Dec 10 07:57:29 2019 +0100
     1.3 @@ -1,28 +1,23 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="jtoolkit"
     1.8  VERSION="0.7.8"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Python web application framework built on modpython and Apache."
    1.11 -MAINTAINER="pankso@slitaz.org"
    1.12 +SHORT_DESC="Python web application framework built on modpython and Apache"
    1.13 +MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 -SOURCE="jToolkit"
    1.16 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://$PACKAGE.sourceforge.net/"
    1.18 +WEB_SITE="http://jtoolkit.sourceforge.net/"
    1.19 +
    1.20 +TARBALL="jToolkit-$VERSION.tar.gz"
    1.21  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.22  
    1.23 -DEPENDS="python"
    1.24  BUILD_DEPENDS="python-dev"
    1.25  
    1.26 -# Rules to configure and make the package.
    1.27 -compile_rules()
    1.28 -{
    1.29 -	python jToolkitSetup.py install --root=$DESTDIR
    1.30 +compile_rules() {
    1.31 +	python -B jToolkitSetup.py install --root=$install
    1.32  }
    1.33  
    1.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 -genpkg_rules()
    1.36 -{
    1.37 -	mkdir -p $fs/usr
    1.38 -	cp -a $install/usr/lib $fs/usr
    1.39 +genpkg_rules() {
    1.40 +	copy @std
    1.41 +	DEPENDS="python"
    1.42  }