wok-next view cherrytree/receipt @ rev 20817

palemoon: try #3: fatal error: sys/int_types.h
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 20:05:18 2018 +0000 (2018-06-13)
parents 2985612f2b3f
children c022997c7a57
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cherrytree"
4 VERSION="0.38.4"
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://www.giuspen.com/software/$TARBALL"
14 BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev gettext"
16 compile_rules() {
17 python setup.py install --prefix=$install/usr -f
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="python pygtk pygtksourceview p7zip-full"
23 }