wok-next diff labyrinth/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents c022997c7a57
children a3254b6a96ac
line diff
     1.1 --- a/labyrinth/receipt	Thu Aug 23 10:22:21 2018 +0300
     1.2 +++ b/labyrinth/receipt	Wed Sep 05 15:26:05 2018 +0300
     1.3 @@ -6,23 +6,21 @@
     1.4  SHORT_DESC="Labyrinth is a lightweight mind-mapping tool."
     1.5  MAINTAINER="paul@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 +WEB_SITE="https://github.com/labyrinth-team/labyrinth"
     1.8 +
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10 -WEB_SITE="https://github.com/labyrinth-team/labyrinth"
    1.11  WGET_URL="git|git://github.com/labyrinth-team/labyrinth"
    1.12  
    1.13 -DEPENDS="python python-pygtk gtk+ python-xdg pycairo python-pygobject2 python-gconf"
    1.14  BUILD_DEPENDS="bzip2 git python-dev python-pygtk-dev gtk+-dev pycairo-dev \
    1.15  python-pygobject2-dev gettext"
    1.16  
    1.17 -# Rules to configure and make the package.
    1.18 -compile_rules()
    1.19 -{
    1.20 -	python setup.py install --root=$DESTDIR
    1.21 +compile_rules() {
    1.22 +	python setup.py install --root=$DESTDIR &&
    1.23  	./install_data_files.sh DESTDIR=$DESTDIR
    1.24  }
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 -	cp -a $install/usr $fs
    1.30 +genpkg_rules() {
    1.31 +	copy @std
    1.32 +	DEPENDS="python python-pygtk gtk+ python-xdg pycairo python-pygobject2 \
    1.33 +	python-gconf"
    1.34  }