wok view cherrytree/receipt @ rev 15141

blackbox: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 11:37:41 2013 +0000 (2013-08-15)
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 }