wok view cherrytree/receipt @ rev 16886

libwebkit-video: use original ver receipt: no ruby builddep
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 14 02:53:40 2014 +0300 (2014-07-14)
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 }