wok view labyrinth/receipt @ rev 20920

updated flake8 (2.2.4 -> 3.7.7)
author Hans-G?nter Theisgen
date Fri Mar 01 17:30:52 2019 +0100 (2019-03-01)
parents 16df76e1fc6a
children b569b85b0fb9
line source
1 # SliTaz package receipt.
3 PACKAGE="labyrinth"
4 VERSION="0.7a1"
5 CATEGORY="office"
6 SHORT_DESC="Labyrinth is a lightweight mind-mapping tool."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://github.com/labyrinth-team/labyrinth"
11 WGET_URL="git|git://github.com/labyrinth-team/labyrinth"
13 DEPENDS="python pygtk gtk+ python-xdg pycairo pygobject python-gconf"
14 BUILD_DEPENDS="bzip2 git python-dev pygtk-dev gtk+-dev pycairo-dev \
15 pygobject-dev gettext"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR
21 ./install_data_files.sh DESTDIR=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }