wok-next view zim/receipt @ rev 21573
updated dansguardian (2.10.1.1 -> 2.12.0.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 17:38:17 2020 +0100 (2020-06-22) |
parents | 2d01b039f0e8 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="zim"
4 VERSION="0.68"
5 CATEGORY="utilities"
6 SHORT_DESC="A desktop wiki"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://zim-wiki.org/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://zim-wiki.org/downloads/$TARBALL"
15 BUILD_DEPENDS="python-dev python-pygtk python-pygobject2 python-simplejson \
16 python-pyxdg desktop-file-utils shared-mime-info xdg-utils python-pycairo-dev \
17 python-pygobject2-dev python-pygtk-dev"
18 DEPENDS_std="python python-pygtk python-pygobject2 python-simplejson \
19 python-pyxdg desktop-file-utils shared-mime-info xdg-utils"
20 TAGS_std="wiki notebook"
22 compile_rules() {
23 [ "$HOME" == '/' ] && export HOME=/root # fix build problems
25 python -B setup.py install --root=$install --skip-xdg-cmd || return 1
27 find $install -type f -exec chmod g-w '{}' \;
28 }