wok view cherrytree/receipt @ rev 14379

Move from undigest: faenza-icon-theme-emblems fbpdf ffmpegthumbnailer-dev ffmpegthumbnailer foobillardplus-music foobillardplus gnucash hg-git moserial ptxdist re-alpine sbackup slib tumbler-dev tumbler vfu
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 22 21:54:08 2013 +0200 (2013-04-22)
parents ade0a50b6a2d
children 223b265f40fd
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 WEB_SITE="http://www.giuspen.com/cherrytree/"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WGET_URL="http://www.giuspen.com/software/$TARBALL"
12 DEPENDS="python pygtk pygtksourceview p7zip-full"
13 BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
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 cp -a $install/* $fs
26 }