wok view cellwriter/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents
children 17d8ac4203da
line source
1 # SliTaz package receipt.
3 PACKAGE="cellwriter"
4 VERSION="1.3.5"
5 CATEGORY="x-window"
6 SHORT_DESC="A grid-entry handwriting input panel."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://risujin.org/cellwriter/"
11 WGET_URL="http://pub.risujin.org/latest.php?cellwriter/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="gtk+ xorg-libXtst"
15 BUILD_DEPENDS="gtk+-dev xorg-libXtst-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --without-gnome \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/share/${PACKAGE} $fs/usr/share
32 }