Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37550510
en ru br
ALT Linux repositórios
S:2.2.6.1-alt2
5.0: 1.30-alt2
4.1: 1.28-alt1

Group :: Sistema/Bibliotecas
RPM: libmuparser

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: libmuparser
Version: 2.2.6.1
Release: alt2

Summary: a fast math parser library
License: MIT
Group: System/Libraries

Url: http://muparser.beltoforion.de/
# Source-url: https://github.com/beltoforion/muparser/archive/v%version.tar.gz
Source: %name-%version.tar
Packager: Vitaly Lipatov <lav at altlinux.ru>

# Automatically added by buildreq on Wed Mar 03 2010

BuildRequires: gcc-c++

%description
The main objective of this project is to provide a fast and easy way
of doing this. muParser is an extensible high performance math parser
library. It is based on transforming an expression into a bytecode and
precalculating constant parts of it.

%package -n %{name}2
Summary: %summary
Group: Development/Other

%description -n %{name}2
The main objective of this project is to provide a fast and easy way
of doing this. muParser is an extensible high performance math parser
library. It is based on transforming an expression into a bytecode and
precalculating constant parts of it.

%package devel
Summary: Header files for %name
Group: Development/Other
Requires: %{name}2 = %version-%release

%description devel
Header files for %name library.

%prep
%setup
sed -i 's|^\(CXXFLAGS.*\)|\1 -g|' Makefile.in

%build
%ifarch %e2k
# -std=c++03 by default as of lcc 1.23.20
%add_optflags -std=c++11
%endif
%configure --enable-shared=yes --disable-samples
%make_build

%install
%makeinstall_std

%files -n %{name}2
%doc Changes.txt License.txt
%_libdir/%{name}*.so.*

%files devel
#doc examples
%_libdir/%name.so
%_includedir/*
%_pkgconfigdir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009