wok-next view scilab/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 6477d7f70481
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="scilab"
4 VERSION="5.5.2"
5 CATEGORY="office"
6 SHORT_DESC="Open source software for numerical computation"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="CECILL"
9 WEB_SITE="http://www.scilab.org/"
11 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
12 WGET_URL="${WEB_SITE}download/$VERSION/$TARBALL"
14 BUILD_DEPENDS="gfortran hdf5-dev ocaml fftw-dev libxml2-dev \
15 gettext blas lapack curl-dev tcl-dev tk-dev xorg-dev ncurses-dev \
16 arpack-ng-dev matio-dev"
18 compile_rules() {
19 fix math
20 ./configure \
21 --without-javasci \
22 --without-gui \
23 --disable-build-help \
24 --without-umfpack \
25 $CONFIGURE_ARGS &&
26 fix libtool &&
27 make all &&
28 make DESTDIR=$DESTDIR install
29 }
31 genpkg_rules() {
32 copy @std
33 DEPENDS="libgfortran tk curl blas lapack hdf5 pcre fftw libxml2 \
34 gcc-lib-math arpack-ng matio"
35 }