wok-next view 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 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 gtk+-dev 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 gtk+ python-xdg pycairo python-pygobject2 \
25 python-gconf"
26 }