blob: 7dd061a5dae6989b5ee289af2c209fbfbb1f946c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Name: cscope
Version: 15.8a
Release: 0
License: BSD-3-Clause
Summary: An interactive, screen-oriented tool for browsing source code
Url: http://cscope.sourceforge.net
Group: Development/Tools
Source: %{name}-%{version}.tar.gz
BuildRequires: ncurses-devel
%description
cscope is an interactive, screen-oriented tool that allows the user to browse
through C source files for specified elements of code.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%docs_package
%files
%license COPYING
%{_bindir}/*
|