wok-next view editobj/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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 }