wok-next view labyrinth/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
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 }