wok-next view editobj/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents a3c581bf52b8
children 0ed9b64c4dbb
line source
1 # SliTaz package receipt.
3 PACKAGE="editobj"
4 VERSION="0.4"
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="http://download.gna.org/songwrite/$TARBALL" # FIXME
15 BUILD_DEPENDS="python"
17 compile_rules() {
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 cp -a $install/usr/ $fs
23 DEPENDS="python"
24 }