wok-next view cellwriter/receipt @ rev 20972

Improve Python packages: update, also provide Python3 packages where available
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 22 16:05:26 2018 +0300 (2018-09-22)
parents c4e53a39395a
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cellwriter"
4 VERSION="1.3.6"
5 CATEGORY="x-window"
6 SHORT_DESC="A grid-entry handwriting input panel"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/risujin/cellwriter/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/risujin/cellwriter/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="gtk+-dev xorg-libXtst-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="cairo gdk-pixbuf glib gtk+ pango xorg-libX11 xorg-libXtst"
25 }