wok view cherrytree/receipt @ rev 18095

Up: cookutils, cookutils-daemon (739): try to remove rest of the .pyc, .pyo, ... files.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 27 00:25:30 2015 +0300 (2015-05-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 }