wok annotate cellwriter/receipt @ rev 23773

Up firmware (20200515)
author Richard Dunbar <mojo@slitaz.org>
date Fri May 15 20:47:12 2020 -0400 (2020-05-15)
parents ec219fba60ea
children 5ea0ce1cecc0
rev   line source
pankso@16344 1 # SliTaz package receipt.
pankso@16344 2
pankso@16344 3 PACKAGE="cellwriter"
Hans-G?nter@20779 4 VERSION="1.3.6"
pankso@16344 5 CATEGORY="x-window"
pankso@16344 6 SHORT_DESC="A grid-entry handwriting input panel."
pankso@16344 7 MAINTAINER="pankso@slitaz.org"
pankso@16344 8 LICENSE="GPL2"
Hans-G?nter@20779 9 WEB_SITE="https://github.com/risujin/cellwriter"
Hans-G?nter@20779 10
pankso@16344 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@20779 12 WGET_URL="https://github.com/risujin/$PACKAGE/archive/$VERSION.tar.gz"
pankso@16344 13
pankso@16344 14 DEPENDS="gtk+ xorg-libXtst"
pankso@16344 15 BUILD_DEPENDS="gtk+-dev xorg-libXtst-dev"
Hans-G?nter@20779 16 HOST_ARCH="i486 arm"
pankso@16344 17
pankso@16344 18 # Rules to configure and make the package.
pankso@16344 19 compile_rules()
pankso@16344 20 {
pankso@16344 21 ./configure \
pankso@16344 22 --without-gnome \
pankso@16344 23 $CONFIGURE_ARGS &&
Hans-G?nter@20779 24 make &&
Hans-G?nter@20779 25 make install
pankso@16344 26 }
pankso@16344 27
pankso@16344 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@16344 29 genpkg_rules()
pankso@16344 30 {
pankso@16344 31 mkdir -p $fs/usr/share
pankso@16344 32 cp -a $install/usr/bin $fs/usr
pankso@16344 33 cp -a $install/usr/share/${PACKAGE} $fs/usr/share
pankso@16344 34 }