Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37606263
en ru br
ALT Linux repos
S:23.08.0-alt1
5.0: 0.8.1-alt1
4.1: 0.7.4-alt1
4.0: 0.7.4-alt1

Group :: Sciences/Mathematics
RPM: wxMaxima

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: wxMaxima
Version: 0.7.4
Release: alt1

Summary: GUI for the computer algebra system Maxima
License: GPL
Group: Sciences/Mathematics
URL: http://wxmaxima.sourceforge.net
Packager: Vadim V. Zhytnikov <vvzhy at altlinux.ru>

Source0: %name-%version.tar.gz
Source1: %name-16.xpm
Source2: %name-32.xpm
Source3: %name-48.xpm
Source4: %name.desktop

Requires: maxima wxGTK2u

BuildRequires: autoconf
BuildRequires: gcc-c++ wxGTK2u-devel libpango-devel libxml2-devel zlib-devel

%description
wxMaxima is a wxWidgets GUI for the computer algebra system Maxima.

Since it is written with wxWidgets, it runs on multiple platforms
in native widget sets.  Most of maxima functions are accessible through
menus, some have dialogs.  The input line has command history (up-key,
down-key) and completion based on previous input (tab-key).
wxMaxima provides 2d formated display of maxima output.


%prep
%setup -q


%build
./bootstrap
%configure --disable-xmltest
%make


%install
# icons
install -D -m644 %SOURCE1 %buildroot%_miconsdir/%name.xpm
install -D -m644 %SOURCE2 %buildroot%_iconsdir/%name.xpm
install -D -m644 %SOURCE3 %buildroot%_liconsdir/%name.xpm
# menu
install -D -m644 %SOURCE4 %buildroot%_desktopdir/%name.desktop
%makeinstall
%find_lang %name


%files -f %name.lang
%_bindir/wxmaxima
%_desktopdir/%name.desktop
%_iconsdir/%name.xpm
%_miconsdir/%name.xpm
%_liconsdir/%name.xpm
%dir %_datadir/%name
%_datadir/%name/*

%post
%update_menus

%postun
%clean_menus

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin