wok annotate cherrytree/receipt @ rev 21189

consonance: added to dependencies
author Hans-G?nter Theisgen
date Wed Apr 03 15:57:39 2019 +0100 (2019-04-03)
parents 533c0cab6960
children a4aa1fff8555
rev   line source
al@13721 1 # SliTaz package receipt.
al@13721 2
al@13721 3 PACKAGE="cherrytree"
Hans-G?nter@20785 4 VERSION="0.38.7"
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/"
Hans-G?nter@20785 10
al@13721 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@13721 12 WGET_URL="http://www.giuspen.com/software/$TARBALL"
al@13721 13
al@13721 14 DEPENDS="python pygtk pygtksourceview p7zip-full"
al@13721 15 BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev"
al@13721 16
al@13721 17 # Rules to configure and make the package.
al@13721 18 compile_rules()
al@13721 19 {
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@17261 26 mkdir -p $fs/usr/share
al@17261 27 cp -a $install/usr/bin $fs/usr
al@17261 28 cp -a $install/usr/lib $fs/usr
al@17261 29 cp -a $install/usr/share/applications $fs/usr/share
al@17261 30 cp -a $install/usr/share/cherrytree $fs/usr/share
al@17261 31 cp -a $install/usr/share/icons $fs/usr/share
al@13721 32 }