wok-next view labyrinth/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents f48456621a9d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="labyrinth"
4 VERSION="0.7a1"
5 CATEGORY="office"
6 SHORT_DESC="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 \
15 python-pycairo-dev python-pygobject2-dev gettext-dev"
17 compile_rules() {
18 python -B setup.py install --root=$install &&
19 ./install_data_files.sh DESTDIR=$install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="python python-pygtk gtk2 python-pyxdg python-pycairo python-pygobject2 \
25 python-gconf"
26 }