source: projects/specs/trunk/c/cccc/cccc-vl.spec @ 6612

Revision 6612, 1.0 KB checked in by yasumichi, 12 years ago (diff)

first import cccc

Line 
1Name:           cccc
2Version:        3.1.4
3Release:        1%{_dist_release}
4Summary:        C and C++ Code Counter
5Group:          Development/Tools
6License:        GPL
7Url:            http://cccc.sourceforge.net/
8
9Vendor:         Project Vine
10Distribution:   Vine Linux
11Packager:       yasumichi
12
13Source:         http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16%description
17This is a new version of the program CCCC (C and C++ Code Counter).  This
18program exists to analyze and report measurements on source code in C, C++
19and Java.  The languages Ada83 and Ada95, which were supported in previous
20versions are presently not supported.
21
22%prep
23%setup -q
24
25%build
26./build_posixgcc.sh
27
28%install
29rm -fr %{buildroot}
30
31cd install
32%{__make} INSTDIR=%{buildroot}%{_bindir} MKDIR='mkdir -p' -f install.mak install_cccc
33
34%clean
35rm -rf %{buildroot}
36
37%files
38%defattr(-,root,root)
39%doc cccc/COPYING cccc/*.html
40%{_bindir}/%{name}
41
42%changelog
43* Fri Jul 20 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> -1
44- Initial build for Vine Linux
45
Note: See TracBrowser for help on using the repository browser.