Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37845543
en ru br
ALT Linux repositórios
S:2.12-alt2
5.0: 1.171-alt1
4.0: 1.171-alt1.M40.1

Group :: Development/Tools
RPM: unifdef

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: unifdef
Version: 1.171
Release: alt1
Summary: Unifdef tool for removing ifdef'd lines
License: BSD
Group: Development/Tools
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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009