wok-next diff editobj/receipt @ rev 21131
Update fdupes (1.6.1), jdupes (1.11.1), paper-icon-theme (1.5.0)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jan 19 14:59:09 2019 +0200 (2019-01-19) |
parents | a3c581bf52b8 |
children | 0ed9b64c4dbb |
line diff
1.1 --- a/editobj/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/editobj/receipt Sat Jan 19 14:59:09 2019 +0200 1.3 @@ -1,27 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="editobj" 1.7 -SOURCE="EditObj2" 1.8 VERSION="0.4" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Dialog box generator for Python objects." 1.11 +SHORT_DESC="Dialog box generator for Python objects" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="http://www.lesfleursdunormal.fr/static/informatique/editobj/index_en.html" 1.15 + 1.16 +SOURCE="EditObj2" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://www.lesfleursdunormal.fr/static/informatique/editobj/index_en.html" 1.19 WGET_URL="http://download.gna.org/songwrite/$TARBALL" # FIXME 1.20 1.21 -DEPENDS="python" 1.22 BUILD_DEPENDS="python" 1.23 1.24 -# Rules to configure and make the package. 1.25 -compile_rules() 1.26 -{ 1.27 - python ./setup.py install --root=$DESTDIR 1.28 +compile_rules() { 1.29 + python -B setup.py install --root=$install 1.30 } 1.31 1.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 -genpkg_rules() 1.34 -{ 1.35 +genpkg_rules() { 1.36 cp -a $install/usr/ $fs 1.37 + DEPENDS="python" 1.38 }