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

Группа :: Other
Пакет: utf8cpp

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

Name:    utf8cpp
Version: 3.2.4
Release: alt1

Summary: UTF-8 with C++ in a Portable Way
License: BSL-1.0
Group:   Other
Url:     https://github.com/nemtrif/utfcpp

Packager: Andrey Cherepanov <cas at altlinux.org>

Source: %name-%version.tar

BuildRequires(pre): cmake
BuildRequires: gcc-c++

%description
%summary

%package -n lib%name-devel
Summary: Development files for %name
Group: Development/C++

%description -n lib%name-devel
%summary

%prep
%setup

%build
cmake -Wno-dev \
     -DCMAKE_INSTALL_PREFIX=%_prefix \
     -DUTF8_TESTS=OFF \
     -DUTF8_SAMPLES=ON \
     .
%make_build

%install
%makeinstall_std

%files -n lib%name-devel
%doc README.md samples/docsample.cpp
%_includedir/*
%_libdir/cmake/*

%changelog

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

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