wok-next view cherrytree/receipt @ rev 20406

Continue: json-c, json-glib, keyutils, libarchive, libassuan, libatasmart, libatomic_ops, libblockdev, libbytesize, libcroco, libdaemon, libesmtp, libffi, libgcrypt, libgpg-error, libgsf, libgudev, libgusb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 08 02:55:48 2017 +0200 (2017-12-08)
parents 533c0cab6960
children 0e7893ac206d
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 gettext"
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 }