wok-next annotate editobj/receipt @ rev 21540
updated cantarell-fonts (0.111 -> 0.201)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jun 21 16:26:44 2020 +0100 (2020-06-21) |
parents | a3c581bf52b8 |
children | 0ed9b64c4dbb |
rev | line source |
---|---|
pascal@11221 | 1 # SliTaz package receipt. |
pascal@11221 | 2 |
pascal@11221 | 3 PACKAGE="editobj" |
pascal@11221 | 4 VERSION="0.4" |
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" |
al@20906 | 13 WGET_URL="http://download.gna.org/songwrite/$TARBALL" # FIXME |
pascal@11221 | 14 |
pascal@11221 | 15 BUILD_DEPENDS="python" |
pascal@11221 | 16 |
al@21020 | 17 compile_rules() { |
al@21020 | 18 python -B setup.py install --root=$install |
pascal@11221 | 19 } |
pascal@11221 | 20 |
al@21020 | 21 genpkg_rules() { |
pascal@15588 | 22 cp -a $install/usr/ $fs |
al@21020 | 23 DEPENDS="python" |
pascal@11221 | 24 } |