Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569702
en ru br
ALT Linux repos
S:2.26-alt2
5.0: 2.26-alt1
4.1: 2.26-alt1
4.0: 2.26-alt1
3.0: 2.17-alt2

Group :: Development/Other
RPM: sloccount

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: sloccount
Version: 2.26
Release: alt2

Summary: Measures source lines of code (SLOC) in programs
License: GPL
Group: Development/Other

URL: http://www.dwheeler.com/sloccount
Source: %url/sloccount-%version.tar.gz
Patch: %name-fix_brackets_for_perl5.26.patch

# Automatically added by buildreq on Thu Jun 07 2007

BuildRequires: flex

%description
SLOCCount is a suite of programs for counting physical source lines of
code (SLOC) in possibly large software systems. It can count physical
SLOC for a wide number of languages. It can take a large set of files
and automatically categorize their types using a number of different
heuristics, and also comes with analysis tools.

%prep
%setup
%patch -p2

%build
make CC="gcc %optflags"

%install
mkdir -p %buildroot%_bindir
mkdir -p %buildroot%_man1dir
make install_programs PREFIX=%buildroot%_prefix
make install_man PREFIX=%buildroot%_prefix

%files
%_bindir/*
%_man1dir/*
%doc sloccount.html ChangeLog

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin