wok-next diff scilab/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 3fbcd1588297 |
children |
line diff
1.1 --- a/scilab/receipt Tue Sep 24 17:58:27 2019 +0100 1.2 +++ b/scilab/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="scilab" 1.7 -VERSION="5.5.2" 1.8 +VERSION="6.1.0" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Open source software for numerical computation" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="CECILL" 1.13 -WEB_SITE="http://www.scilab.org/" 1.14 +WEB_SITE="https://www.scilab.org/" 1.15 1.16 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.17 -WGET_URL="${WEB_SITE}download/$VERSION/$TARBALL" 1.18 +WGET_URL="http://www.scilab.org/download/$VERSION/$TARBALL" 1.19 1.20 BUILD_DEPENDS="arpack-ng-dev blas curl-dev fftw-dev gettext-dev gfortran \ 1.21 hdf5-dev lapack libxml2-dev matio-dev ncurses-dev ocaml \ 1.22 @@ -18,11 +18,11 @@ 1.23 compile_rules() 1.24 { 1.25 fix math 1.26 - ./configure \ 1.27 - --without-javasci \ 1.28 - --without-gui \ 1.29 - --disable-build-help \ 1.30 - --without-umfpack \ 1.31 + ./configure \ 1.32 + --without-javasci \ 1.33 + --without-gui \ 1.34 + --disable-build-help \ 1.35 + --without-umfpack \ 1.36 $CONFIGURE_ARGS && 1.37 fix libtool && 1.38 make all && 1.39 @@ -33,5 +33,5 @@ 1.40 { 1.41 copy @std 1.42 DEPENDS="arpack-ng blas curl fftw gcc-lib-math hdf5 lapack \ 1.43 - libgfortran libxml2 matio pcre tk" 1.44 + libgfortran libxml2 matio pcre tk" 1.45 }