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

Группа :: Разработка/Прочее
Пакет: gccxml

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

Name: gccxml
Version: 0.9
Release: alt1.cvs20081111

Summary: XML output frontend for GNU C++
License: GPLv2
Group: Development/Other
Url: http://gccxml.org
Packager: Alexander Myltsev <avm at altlinux.ru>

Source: %name-%version.tar

BuildRequires: cmake gcc-c++

Requires: gcc-c++

%description
The purpose of GCC-XML is to generate an XML description of a C++
program from GCC's internal representation. Since XML is easy to
parse, other development tools will be able to work with C++
programs without the burden of a complicated C++ parser.

%prep
%setup

%build
mkdir gccxml-build
cd gccxml-build
cmake ../gccxml -DCMAKE_INSTALL_PREFIX:PATH=%prefix
make

%install
cd gccxml-build
make install DESTDIR=%buildroot

%files
%_bindir/gccxml
%_bindir/gccxml_cc1plus
%_datadir/gccxml-*
%_man1dir/*.1*
%doc %_defaultdocdir/%name-%version

%changelog

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

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