]> git.pld-linux.org Git - packages/cscope.git/blob - cscope.spec
- completly rewrited in PLD style.
[packages/cscope.git] / cscope.spec
1 Summary:        cscope - an interactive, screen-oriented tool for browse C source
2 Name:           cscope
3 Version:        15.1
4 Release:        1
5 License:        BSD
6 Group:          Development/Tools
7 Group(de):      Entwicklung/Werkzeuge
8 Group(fr):      Development/Outils
9 Group(pl):      Programowanie/Narzêdzia
10 Source0:        ftp://download.sourceforge.net/pub/sourceforge/cscope/%{name}-%{version}.tar.gz
11 URL:            http://cscope.sourceforge.net/
12 BuildRequires:  flex
13 BuildRequires:  ncurses-devel
14 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 cscope is an interactive, screen-oriented tool that allows the user to
18 browse through C source files for specified elements of code.
19
20 %prep
21 %setup -q
22
23 %build
24 %configure
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 %{__make} install \
31         DESTDIR=$RPM_BUILD_ROOT
32
33 gzip -9nf TODO ChangeLog AUTHORS README NEWS
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc *.gz
41 %attr(755,root,root) %{_bindir}/*
42 %{_mandir}/man1/*
This page took 0.06027 seconds and 3 git commands to generate.