wok view cherrytree/receipt @ rev 22594

updated cherrytree (0.38.7 -> 0.38.10)
author Hans-G?nter Theisgen
date Tue Jan 07 17:05:46 2020 +0100 (2020-01-07)
parents dc0a8add9e65
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="cherrytree"
4 VERSION="0.38.10"
5 CATEGORY="office"
6 SHORT_DESC="A hierarchical note taking application."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.giuspen.com/cherrytree/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://github.com/giuspen/$PACKAGE/archive/$VERSION.tar.gz"
14 DEPENDS="p7zip-full pygtk pygtksourceview python"
15 BUILD_DEPENDS="desktop-file-utils pygtksourceview-dev python"
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
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 cp -a $install/usr/share/applications $fs/usr/share
31 cp -a $install/usr/share/cherrytree $fs/usr/share
32 cp -a $install/usr/share/icons $fs/usr/share
33 }