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

Группа :: Development/Tools
Пакет: cproto

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

Name: cproto
Version: 4.6
Release: alt1
Summary: Generating prototypes and declarations from C source code
License: Public
Group: Development/Tools
Url: ftp://ftp.mcs.anl.gov/pub/petsc/externalpackages
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

Source: %name-%version.tar.gz

BuildPreReq: /usr/bin/lex

%description
Cproto is a program that generates function prototypes and variable
declarations from C source code.  It can also convert function definitions
between the old style and the ANSI C style.  This conversion overwrites the
original files, so make a backup copy of your files in case something goes
wrong.

The program isn't confused by complex function definitions as much as other
prototype generators because it uses a yacc generated parser.  By ignoring all
the input between braces, I avoided implementing the entire C language grammar.

%prep
%setup

%build
%configure
%make_build

%install
%makeinstall

%files
%_bindir/*
%_mandir/*

%changelog

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

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