wok diff 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
line diff
     1.1 --- a/cellwriter/receipt	Sat Apr 12 18:58:11 2014 +0200
     1.2 +++ b/cellwriter/receipt	Fri May 15 20:47:12 2020 -0400
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cellwriter"
     1.7 -VERSION="1.3.5"
     1.8 +VERSION="1.3.6"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="A grid-entry handwriting input panel."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="https://github.com/risujin/cellwriter"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://risujin.org/cellwriter/"
    1.17 -WGET_URL="http://pub.risujin.org/latest.php?cellwriter/$TARBALL"
    1.18 -HOST_ARCH="i486 arm"
    1.19 +WGET_URL="https://github.com/risujin/$PACKAGE/archive/$VERSION.tar.gz"
    1.20  
    1.21  DEPENDS="gtk+ xorg-libXtst"
    1.22  BUILD_DEPENDS="gtk+-dev xorg-libXtst-dev"
    1.23 +HOST_ARCH="i486 arm"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27 @@ -20,7 +21,8 @@
    1.28  	./configure \
    1.29  		--without-gnome \
    1.30  		$CONFIGURE_ARGS &&
    1.31 -	make && make install
    1.32 +	make &&
    1.33 +	make install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 @@ -30,4 +32,3 @@
    1.38  	cp -a $install/usr/bin $fs/usr
    1.39  	cp -a $install/usr/share/${PACKAGE} $fs/usr/share
    1.40  }
    1.41 -