wok annotate cherrytree/receipt @ rev 14053

Add freetuxtv
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 19 18:35:30 2013 +0100 (2013-02-19)
parents ade0a50b6a2d
children 223b265f40fd
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"
al@13721 8 WEB_SITE="http://www.giuspen.com/cherrytree/"
al@13721 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@13721 10 WGET_URL="http://www.giuspen.com/software/$TARBALL"
al@13721 11
al@13721 12 DEPENDS="python pygtk pygtksourceview p7zip-full"
al@13721 13 BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev"
al@13721 14
al@13721 15 # Rules to configure and make the package.
al@13721 16 compile_rules()
al@13721 17 {
al@13721 18 cd $src
al@13721 19 python setup.py install --prefix=$install/usr -f
al@13721 20 }
al@13721 21
al@13721 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13721 23 genpkg_rules()
al@13721 24 {
al@13721 25 cp -a $install/* $fs
al@13721 26 }