wok view cherrytree/receipt @ rev 20785

updated cherrytree (0.28.5 -> 0.38.7)
author Hans-G?nter Theisgen
date Thu Feb 14 15:24:06 2019 +0100 (2019-02-14)
parents 533c0cab6960
children a4aa1fff8555
line source
1 # SliTaz package receipt.
3 PACKAGE="cherrytree"
4 VERSION="0.38.7"
5 CATEGORY="office"
6 SHORT_DESC="A hierarchical note taking application"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.giuspen.com/cherrytree/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://www.giuspen.com/software/$TARBALL"
14 DEPENDS="python pygtk pygtksourceview p7zip-full"
15 BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --prefix=$install/usr -f
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 cp -a $install/usr/share/applications $fs/usr/share
30 cp -a $install/usr/share/cherrytree $fs/usr/share
31 cp -a $install/usr/share/icons $fs/usr/share
32 }