wok view cellwriter/receipt @ rev 23741

updated workerfm again (2.19.6 -> 4.1.0)
author Hans-G?nter Theisgen
date Fri May 01 11:25:13 2020 +0100 (2020-05-01)
parents ec219fba60ea
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
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/$PACKAGE/archive/$VERSION.tar.gz"
14 DEPENDS="gtk+ xorg-libXtst"
15 BUILD_DEPENDS="gtk+-dev xorg-libXtst-dev"
16 HOST_ARCH="i486 arm"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --without-gnome \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share
32 cp -a $install/usr/bin $fs/usr
33 cp -a $install/usr/share/${PACKAGE} $fs/usr/share
34 }