wok view editobj/receipt @ rev 22700

updated enchant and enchant-dev (1.6.0 -> 2.2.7)
author Hans-G?nter Theisgen
date Tue Jan 21 10:37:36 2020 +0100 (2020-01-21)
parents 8dd8bab3f0ca
children bfabe25c21ff
line source
1 # SliTaz package receipt.
3 PACKAGE="editobj"
4 VERSION="0.5.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Dialog box generator for Python objects."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.lesfleursdunormal.fr/static/informatique/editobj/index_en.html"
11 SOURCE="EditObj2"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 # 0.4: WGET_URL="http://download.gna.org/songwrite/$TARBALL"
14 # 0.5.1:
15 WGET_URL="https://files.pythonhosted.org/packages/91/3d/3d1bbed38345e080aa204ed6c431968e0cc24e0935235b337f0bc6c8cf2d/$TARBALL"
17 DEPENDS="python"
18 BUILD_DEPENDS="python"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 python ./setup.py install --root=$DESTDIR
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr/ $fs
30 }