wok-next annotate zim/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 2d01b039f0e8
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pankso@3369 2
pankso@3369 3 PACKAGE="zim"
al@21055 4 VERSION="0.68"
pankso@3369 5 CATEGORY="utilities"
al@21020 6 SHORT_DESC="A desktop wiki"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15198 8 LICENSE="GPL2"
pascal@21181 9 WEB_SITE="https://zim-wiki.org/"
al@21055 10 HOST_ARCH="any"
al@21020 11
gokhlayeh@5873 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
gokhlayeh@5873 13 WGET_URL="http://zim-wiki.org/downloads/$TARBALL"
pankso@3369 14
al@21020 15 BUILD_DEPENDS="python-dev python-pygtk python-pygobject2 python-simplejson \
al@21020 16 python-pyxdg desktop-file-utils shared-mime-info xdg-utils python-pycairo-dev \
al@21020 17 python-pygobject2-dev python-pygtk-dev"
al@21055 18 DEPENDS_std="python python-pygtk python-pygobject2 python-simplejson \
al@21055 19 python-pyxdg desktop-file-utils shared-mime-info xdg-utils"
al@21055 20 TAGS_std="wiki notebook"
pascal@15198 21
al@21020 22 compile_rules() {
al@21056 23 [ "$HOME" == '/' ] && export HOME=/root # fix build problems
al@21056 24
al@21056 25 python -B setup.py install --root=$install --skip-xdg-cmd || return 1
al@21055 26
al@21055 27 find $install -type f -exec chmod g-w '{}' \;
pankso@3369 28 }