Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37560743
en ru br
Репозитории ALT

Группа :: Development/Tools
Пакет: libbobpp

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

%define oname bobpp
Name: libbobpp
Version: 0.2.0
Release: alt1

Summary: Library for easy implementation of sequential and parallel search algorithms

License: GPL
Group: Development/Tools
Url: http://bobpp.prism.uvsq.fr

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://software.prism.uvsq.fr/releases/bobpp/%oname-%version.tar.bz2

# Automatically added by buildreq on Sun Jul 12 2009

BuildRequires: doxygen gcc-c++ graphviz texlive-latex-base

%description
The Bob++ Library is a set of C++ classes. Its goal is to allow easy
implementation of sequential and parallel search algorithms (Branch and X,
Dynamic programming, etc) to solve your own problems.

%package devel
Summary: Development files for the Bob++ Library
Group: Development/C
Requires: %name = %version-%release

%description devel
Header files for %name library.

%prep
%setup -n %oname-%version

%build
%configure --disable-static
%make_build

%install
%makeinstall_std

%files
%doc README
%_bindir/boblistener
%_bindir/bobtree
%_libdir/*.so.*

%files devel
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/*

%changelog

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

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