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

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

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

Name: unifdef
Version: 1.171
Release: alt2
Summary: Unifdef tool for removing ifdef'd lines
License: BSD
Group: Development/C
Url: http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/unifdef/
Packager: Anton Protopopov <aspsk at altlinux.ru>
Source: %name-%version.tar.bz2

%description
Unifdef is useful for removing ifdefed lines from a file while otherwise
leaving the file alone. Unifdef acts on #ifdef, #ifndef, #else, and #endif
lines, and it knows only enough about C and C++ to know when one of these
is inactive because it is inside a comment, or a single or double quote.

%prep
%setup -q

%build
%make_build

%install
install -d -m0755 %buildroot%_bindir
install -p -m0755 unifdef %buildroot%_bindir/unifdef
install -d -m0755 %buildroot%_man1dir
install -p -m0644 unifdef.1 %buildroot%_man1dir/unifdef.1

%files
%_bindir/unifdef
%_man1dir/unifdef.1.gz

%changelog

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

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