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

Группа :: Разработка/C++
Пакет: websocketpp

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

Name: websocketpp
Version: 0.8.1
Release: alt1

Summary: C++ WebSocket Protocol Library

License: BSD
Group: Development/C++
Url: http://www.zaphoyd.com/websocketpp

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://github.com/zaphoyd/websocketpp/archive/%version.tar.gz

Source: %name-%version.tar
Source1: websocketpp.pc

BuildArch: noarch

# put cmake files in share/cmake instead of lib/cmake

Patch1: websocketpp-0.4.0-cmake_noarch.patch

BuildRequires(pre): rpm-macros-cmake
BuildRequires: boost-program_options-devel
BuildRequires: cmake gcc-c++
BuildRequires: pkg-config

%description
WebSocket++ is an open source (BSD license) header only C++ library
that impliments RFC6455 The WebSocket Protocol. It allows integrating
WebSocket client and server functionality into C++ programs. It uses
interchangeable network transport modules including one based on C++
iostreams and one based on Boost Asio.

%package devel
Group: Development/C++
Summary: C++ WebSocket Protocol Library
Requires: boost-program_options-devel

%description devel
WebSocket++ is an open source (BSD license) header only C++ library
that impliments RFC6455 The WebSocket Protocol. It allows integrating
WebSocket client and server functionality into C++ programs. It uses
interchangeable network transport modules including one based on C++
iostreams and one based on Boost Asio.

%prep
%setup

%patch1 -p1 -b .cmake_noarch

%build
%cmake
%cmake_build

%install
%cmakeinstall_std install/fast

%files devel
%doc COPYING changelog.md readme.md roadmap.md
%_includedir/websocketpp/
%dir %_datadir/cmake/
%_datadir/cmake/websocketpp/

%changelog

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

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