wok rev 20779
updated cellwriter (1.3.5 -> 1.3.6)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 14 13:52:33 2019 +0100 (2019-02-14) |
parents | c89d25976dbe |
children | c4b5b400b8e7 |
files | cellwriter/receipt |
line diff
1.1 --- a/cellwriter/receipt Thu Feb 14 13:44:59 2019 +0100 1.2 +++ b/cellwriter/receipt Thu Feb 14 13:52:33 2019 +0100 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 -