wok-next annotate cherrytree/receipt @ rev 21643

updated fcron (3.0.4 -> 3.2.1)
author Hans-G?nter Theisgen
date Fri Jun 26 16:29:19 2020 +0100 (2020-06-26)
parents 0cbe4b1f2230
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
al@13721 2
al@13721 3 PACKAGE="cherrytree"
Hans-G?nter@21549 4 VERSION="0.39.4"
al@13721 5 CATEGORY="office"
al@13721 6 SHORT_DESC="A hierarchical note taking application"
al@13721 7 MAINTAINER="al.bobylev@gmail.com"
al@20443 8 LICENSE="GPL3"
al@20443 9 WEB_SITE="https://www.giuspen.com/cherrytree/"
al@21057 10 HOST_ARCH="any"
al@20443 11
al@13721 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@13721 13 WGET_URL="http://www.giuspen.com/software/$TARBALL"
al@13721 14
Hans-G?nter@21549 15 BUILD_DEPENDS="desktop-file-utils gettext-dev pygtksourceview-dev python"
al@13721 16
Hans-G?nter@21549 17 compile_rules()
Hans-G?nter@21549 18 {
al@21004 19 python -B setup.py install --root=$install
al@13721 20 }
al@13721 21
Hans-G?nter@21549 22 genpkg_rules()
Hans-G?nter@21549 23 {
al@20443 24 copy @std
Hans-G?nter@21549 25 DEPENDS="p7zip-full pygtksourceview python python-pygtk"
al@13721 26 }