Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37562518
en ru br
Репозитории ALT
4.0: 1.1-ipl8mdk
3.0: 1.1-ipl8mdk
www.altlinux.org/Changes

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

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

Name: C++2LaTeX
Version: 1.1
Release: ipl8mdk

Summary: Pretty-printer for converting C/C++ code to a LaTeX listing
License: GPL
Group: Development/C++

Source: %name-%version.tar.bz2
Patch:C++2LaTeX-1.1-cleanup.patch

# Automatically added by buildreq on Fri Sep 20 2002

BuildRequires: flex

%description
C++2LaTeX takes as input a C or C++ source file and outputs a
LaTeX file that is a beautified listing (optionally the output
can contain the 'documentstyle' header and so on).

%prep
%setup -q
%patch -p1

%build
%make_build CFLAGS="$RPM_OPT_FLAGS"

%install
mkdir -p $RPM_BUILD_ROOT%_bindir
mkdir -p $RPM_BUILD_ROOT%_mandir/man1

install -pm 755 c++2latex $RPM_BUILD_ROOT%_bindir
install -pm 644 c++2latex.1 $RPM_BUILD_ROOT%_mandir/man1

%files
%_bindir/*
%_mandir/man?/*
%doc README

%changelog

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

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