wok-next annotate 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
rev   line source
pascal@11221 1 # SliTaz package receipt.
pascal@11221 2
pascal@11221 3 PACKAGE="editobj"
Hans-G?nter@21617 4 VERSION="0.5.1"
pascal@11221 5 CATEGORY="x-window"
al@21020 6 SHORT_DESC="Dialog box generator for Python objects"
pascal@11221 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15588 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://www.lesfleursdunormal.fr/static/informatique/editobj/index_en.html"
al@21020 10
al@21020 11 SOURCE="EditObj2"
pascal@11221 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@21617 13 WGET_URL="https://files.pythonhosted.org/packages/source/E/$SOURCE/$TARBALL"
pascal@11221 14
pascal@11221 15 BUILD_DEPENDS="python"
pascal@11221 16
Hans-G?nter@21617 17 compile_rules()
Hans-G?nter@21617 18 {
al@21020 19 python -B setup.py install --root=$install
pascal@11221 20 }
pascal@11221 21
Hans-G?nter@21617 22 genpkg_rules()
Hans-G?nter@21617 23 {
Hans-G?nter@21617 24 cp -a $install/usr $fs
al@21020 25 DEPENDS="python"
pascal@11221 26 }