Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37405630
en ru br
Репозитории ALT
S:18-alt1.hg20140430
www.altlinux.org/Changes

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

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

Name: mili
Version: 18
Release: alt1.hg20140430
Summary: Minimalistic headers-only C++ Library
License: Boost Software License v1.0
Group: Development/C++
Url: http://code.google.com/p/mili/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>
BuildArch: noarch

# hg clone https://code.google.com/p/mili/

Source: %name-%version.tar.gz

%description
MiLi is a collection of useful C++ libraries, composed only by headers.

%package devel
Summary: Headers of Minimalistic headers-only C++ Library
Group: Development/C++
BuildArch: noarch

%description devel
MiLi is a collection of useful C++ libraries, composed only by headers.

This package contains headers of MiLi.

%package examples
Summary: Examples for Minimalistic headers-only C++ Library
Group: Development/Documentation
BuildArch: noarch

%description examples
MiLi is a collection of useful C++ libraries, composed only by headers.

This package contains examples for MiLi.

%prep
%setup

%install
install -d %buildroot%_includedir/%name
install -p -m644 %name/* %buildroot%_includedir/%name

%files devel
%doc CHANGELOG CONTRIBUTORS README LICENSE_1_0.txt
%_includedir/*

%files examples
%doc examples/*

%changelog

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

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