Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37570106
en ru br
Репозитории ALT
S:2.5-alt1
5.1: 2.4-alt2
4.1: 2.3-alt1
4.0: 2.2.2-alt0.1
3.0: 2.0-alt0.1cvs20050717
www.altlinux.org/Changes

Группа :: Офис
Пакет: wcalc

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: wcalc
Version: 2.0
Release: alt0.1cvs20050717

Summary: A flexible command-line calculator
Summary(ru_RU.KOI8-R): Гибкий калькулятор командной строки

License: GPL
Group: Office
Url: http://w-calc.sourceforge.net/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: Wcalc-%version.tar.bz2

# Automatically added by buildreq on Sun Jul 17 2005

BuildRequires: flex libgmp-devel libmpfr-devel libreadline-devel

%description
Wcalc is a command-line calculator designed to accept all valid mathematical expressions.
It supports all standart mathematical operations, parenthesis, brackets, braces,
trigonometric functions, hyperbolic functions, logs, and most boolean operators.

%description -l KOI8-R
Wcalc - это консольный калькулятор, разработанный совместимым со всеми допустимые математическими
выражениями. Он поддерживает все стандартные математические операции, тригонометрические
и гиперболические функции, логарифмы и большинство логических операторов.

%prep
%setup -q -n Wcalc-%version
patch -p0 <<EOF
--- scanner.l.o 2005-07-17 15:58:33 +0400
+++ scanner.l   2005-07-17 15:57:53 +0400
at  at  -12,6 +12,7  at  at
#include <stdio.h>
#include <string.h>
#include <math.h>
+#include <stdint.h>
#include <errno.h>
#include <ctype.h> /* for isdigit() */
#include "calculator.h"

EOF

%build
%configure
%make

%install
%makeinstall

%files
%doc INSTALL COPYRIGHT AUTHORS
%_bindir/*
%_mandir/man1/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin