wok-next view labyrinth/receipt @ rev 20931

pygobject3 -> python-pygobject (latest); pygobject -> python-pygobject2 (legacy)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 08:03:04 2018 +0300 (2018-08-23)
parents a3c581bf52b8
children c022997c7a57
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 python-pygobject2 python-gconf"
14 BUILD_DEPENDS="bzip2 git python-dev pygtk-dev gtk+-dev pycairo-dev \
15 python-pygobject2-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 }