wok-next view cherrytree/receipt @ rev 21276

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents d5aab818505e
children 09a489dcdbbf
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cherrytree"
4 VERSION="0.38.6"
5 CATEGORY="office"
6 SHORT_DESC="A hierarchical note taking application"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.giuspen.com/cherrytree/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="http://www.giuspen.com/software/$TARBALL"
15 BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev gettext-dev"
17 compile_rules() {
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="python python-pygtk pygtksourceview p7zip-full"
24 }