wok-next view labyrinth/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents a3254b6a96ac
children d5aab818505e
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 WEB_SITE="https://github.com/labyrinth-team/labyrinth"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|git://github.com/labyrinth-team/labyrinth"
14 BUILD_DEPENDS="bzip2 git python-dev python-pygtk-dev gtk2-dev python-pycairo-dev \
15 python-pygobject2-dev gettext"
17 compile_rules() {
18 python setup.py install --root=$DESTDIR &&
19 ./install_data_files.sh DESTDIR=$DESTDIR
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="python python-pygtk gtk2 python-pyxdg python-pycairo python-pygobject2 \
25 python-gconf"
26 }