wok-next view cherrytree/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 0cbe4b1f2230
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cherrytree"
4 VERSION="0.39.4"
5 CATEGORY="office"
6 SHORT_DESC="A hierarchical note taking application"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.giuspen.com/cherrytree/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="http://www.giuspen.com/software/$TARBALL"
15 BUILD_DEPENDS="desktop-file-utils gettext-dev pygtksourceview-dev python"
17 compile_rules()
18 {
19 python -B setup.py install --root=$install
20 }
22 genpkg_rules()
23 {
24 copy @std
25 DEPENDS="p7zip-full pygtksourceview python python-pygtk"
26 }