wok view cherrytree/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 223b265f40fd
children dc0a8add9e65
line source
1 # SliTaz package receipt.
3 PACKAGE="cherrytree"
4 VERSION="0.28.5"
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/"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="http://www.giuspen.com/software/$TARBALL"
13 DEPENDS="python pygtk pygtksourceview p7zip-full"
14 BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py install --prefix=$install/usr -f
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/lib $fs/usr
28 cp -a $install/usr/share/applications $fs/usr/share
29 cp -a $install/usr/share/cherrytree $fs/usr/share
30 cp -a $install/usr/share/icons $fs/usr/share
31 }