wok view cherrytree/receipt @ rev 17236

jack-audio-connection-kit: update bdeps to build alsa_out & alsa_in
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 18 13:24:48 2014 +0200 (2014-10-18)
parents b9dde6ba0be0
children 533c0cab6960
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 cd $src
20 python setup.py install --prefix=$install/usr -f
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }