wok-next view editobj/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
parents d5aab818505e
children
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 WGET_URL="https://files.pythonhosted.org/packages/source/E/$SOURCE/$TARBALL"
15 BUILD_DEPENDS="python"
17 compile_rules()
18 {
19 python -B setup.py install --root=$install
20 }
22 genpkg_rules()
23 {
24 cp -a $install/usr $fs
25 DEPENDS="python"
26 }