wok annotate editobj/receipt @ rev 22164
corrected actionmailer
author | Hans-G?nter Theisgen |
---|---|
date | Fri Nov 08 08:43:45 2019 +0100 (2019-11-08) |
parents | 8dd8bab3f0ca |
children | bfabe25c21ff |
rev | line source |
---|---|
pascal@11221 | 1 # SliTaz package receipt. |
pascal@11221 | 2 |
pascal@11221 | 3 PACKAGE="editobj" |
Hans-G?nter@20868 | 4 VERSION="0.5.1" |
pascal@11221 | 5 CATEGORY="x-window" |
pascal@11221 | 6 SHORT_DESC="Dialog box generator for Python objects." |
pascal@11221 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15588 | 8 LICENSE="GPL2" |
Hans-G?nter@20868 | 9 WEB_SITE="http://www.lesfleursdunormal.fr/static/informatique/editobj/index_en.html" |
Hans-G?nter@20868 | 10 |
Hans-G?nter@20868 | 11 SOURCE="EditObj2" |
pascal@11221 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@20868 | 13 # 0.4: WGET_URL="http://download.gna.org/songwrite/$TARBALL" |
Hans-G?nter@20868 | 14 # 0.5.1: |
Hans-G?nter@20868 | 15 WGET_URL="https://files.pythonhosted.org/packages/91/3d/3d1bbed38345e080aa204ed6c431968e0cc24e0935235b337f0bc6c8cf2d/$TARBALL" |
pascal@11221 | 16 |
pascal@11221 | 17 DEPENDS="python" |
pascal@11221 | 18 BUILD_DEPENDS="python" |
pascal@11221 | 19 |
pascal@11221 | 20 # Rules to configure and make the package. |
pascal@11221 | 21 compile_rules() |
pascal@11221 | 22 { |
pascal@11221 | 23 python ./setup.py install --root=$DESTDIR |
pascal@11221 | 24 } |
pascal@11221 | 25 |
al@18077 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@18077 | 27 genpkg_rules() |
pascal@11221 | 28 { |
pascal@15588 | 29 cp -a $install/usr/ $fs |
pascal@11221 | 30 } |