wok annotate cherrytree/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents b9dde6ba0be0
children 533c0cab6960
rev   line source
al@13721 1 # SliTaz package receipt.
al@13721 2
al@13721 3 PACKAGE="cherrytree"
pascal@13726 4 VERSION="0.28.5"
al@13721 5 CATEGORY="office"
al@13721 6 SHORT_DESC="A hierarchical note taking application"
al@13721 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15202 8 LICENSE="GPL2"
al@13721 9 WEB_SITE="http://www.giuspen.com/cherrytree/"
al@13721 10 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@13721 11 WGET_URL="http://www.giuspen.com/software/$TARBALL"
al@13721 12
al@13721 13 DEPENDS="python pygtk pygtksourceview p7zip-full"
al@13721 14 BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev"
al@13721 15
al@13721 16 # Rules to configure and make the package.
al@13721 17 compile_rules()
al@13721 18 {
al@13721 19 cd $src
al@13721 20 python setup.py install --prefix=$install/usr -f
al@13721 21 }
al@13721 22
al@13721 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13721 24 genpkg_rules()
al@13721 25 {
al@13721 26 cp -a $install/* $fs
al@13721 27 }