Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37759765
en ru br
Репозитории ALT
S:2.2-alt1
5.1: 0.13.5-alt1
4.1: 0.11.0-alt0.1
4.0: 0.11.0-alt0.1
www.altlinux.org/Changes

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

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

Name: re2c
Version: 0.11.0
Release: alt0.1

Summary: re2c - A tool for generating C-based recognizers from regular expressions

Group: Development/Other
License: Public Domain
Url: http://sourceforge.net/projects/re2c/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://dl.sf.net/%name/%name-%version.tar.bz2

# Automatically added by buildreq on Sat Nov 11 2006

BuildRequires: gcc-c++ linux-libc-headers

%description
re2c is a great tool for writing fast and flexible lexers. It has
served many people well for many years and it deserves to be
maintained more actively. re2c is on the order of 2-3 times faster
than a flex based scanner, and its input model is much more
flexible.

%prep
%setup -q

%build
%configure

make re2c
#regenerate file scanner.cc
rm -f scanner.cc
./re2c scanner.re > scanner.cc
rm -f re2c scanner.o
make

%install
mkdir -p %buildroot%_bindir/
install -m 0755 re2c %buildroot%_bindir/

mkdir -p %buildroot%_man1dir
install -m 0755 re2c.1 %buildroot%_man1dir/

%files
%_bindir/re2c
%_man1dir/re2c.1*
%doc README examples doc/* lessons

%changelog

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

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