wok-next view zim/receipt @ rev 21158
tor 0.3.5.7
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Thu Feb 07 06:59:40 2019 +0000 (2019-02-07) |
parents | 49205cea4356 |
children | 3bc985504162 |
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="http://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 }