wok-next annotate cellwriter/receipt @ rev 21659

updated fltk (1.3.4 -> 1.3.5)
author Hans-G?nter Theisgen
date Sat Jun 27 10:39:07 2020 +0100 (2020-06-27)
parents 5669e8b3be70
children
rev   line source
al@20960 1 # SliTaz package receipt v2.
pankso@16344 2
pankso@16344 3 PACKAGE="cellwriter"
al@20960 4 VERSION="1.3.6"
pankso@16344 5 CATEGORY="x-window"
al@20960 6 SHORT_DESC="A grid-entry handwriting input panel"
al@21020 7 MAINTAINER="devel@slitaz.org"
pankso@16344 8 LICENSE="GPL2"
al@20960 9 WEB_SITE="https://github.com/risujin/cellwriter/"
al@20960 10
pankso@16344 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20960 12 WGET_URL="https://github.com/risujin/cellwriter/archive/$VERSION.tar.gz"
pankso@16344 13
al@21078 14 BUILD_DEPENDS="gtk2-dev libxtst-dev"
pankso@16344 15
al@20960 16 compile_rules() {
al@20960 17 ./configure $CONFIGURE_ARGS &&
al@20960 18 make &&
al@20960 19 make install
pankso@16344 20 }
pankso@16344 21
al@20960 22 genpkg_rules() {
al@20960 23 copy @std
al@21105 24 DEPENDS="libcairo gdk-pixbuf glib gtk2 pango libx11 libxtst"
pankso@16344 25 }