wok-next rev 21617

updated editobj (0.4 -> 0.5.1)
author Hans-G?nter Theisgen
date Thu Jun 25 13:38:52 2020 +0100 (2020-06-25)
parents f65d47f180a3
children f873de7b16ce
files editobj/receipt
line diff
     1.1 --- a/editobj/receipt	Thu Jun 25 13:24:06 2020 +0100
     1.2 +++ b/editobj/receipt	Thu Jun 25 13:38:52 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="editobj"
     1.7 -VERSION="0.4"
     1.8 +VERSION="0.5.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Dialog box generator for Python objects"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -10,15 +10,17 @@
    1.13  
    1.14  SOURCE="EditObj2"
    1.15  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WGET_URL="http://download.gna.org/songwrite/$TARBALL" # FIXME
    1.17 +WGET_URL="https://files.pythonhosted.org/packages/source/E/$SOURCE/$TARBALL"
    1.18  
    1.19  BUILD_DEPENDS="python"
    1.20  
    1.21 -compile_rules() {
    1.22 +compile_rules()
    1.23 +{
    1.24  	python -B setup.py install --root=$install
    1.25  }
    1.26  
    1.27 -genpkg_rules() {
    1.28 -	cp -a $install/usr/ $fs
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	cp -a $install/usr	$fs
    1.32  	DEPENDS="python"
    1.33  }