wok-next view cherrytree/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 2985612f2b3f
children c022997c7a57
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cherrytree"
4 VERSION="0.38.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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://www.giuspen.com/software/$TARBALL"
14 BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev gettext"
16 compile_rules() {
17 python setup.py install --prefix=$install/usr -f
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="python pygtk pygtksourceview p7zip-full"
23 }