wok-next annotate 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
rev   line source
al@20443 1 # SliTaz package receipt v2.
al@13721 2
al@13721 3 PACKAGE="cherrytree"
al@20443 4 VERSION="0.38.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@20443 10
al@13721 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@13721 12 WGET_URL="http://www.giuspen.com/software/$TARBALL"
al@13721 13
al@20097 14 BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev gettext"
al@13721 15
al@20443 16 compile_rules() {
al@13721 17 python setup.py install --prefix=$install/usr -f
al@13721 18 }
al@13721 19
al@20443 20 genpkg_rules() {
al@20443 21 copy @std
al@20443 22 DEPENDS="python pygtk pygtksourceview p7zip-full"
al@13721 23 }