File: Webcpp.spec

package info (click to toggle)
webcpp 0.8.4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,588 kB
  • ctags: 590
  • sloc: sh: 10,801; cpp: 2,557; perl: 1,882; makefile: 300; xml: 13
file content (49 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download | duplicates (2)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This spec file was generated by Gideon
# Please report any problem to KDevelop Team <kdevelop-devel@kdevelop.org>
# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html

Name: webcpp
Version: 0.8.2
Release: 0
Vendor: Jeffrey Bakker
Copyright: GNU GPL
Summary: Converts source code into syntax highlighted HTML.
Group: Tools
Packager: Jeffrey Bakker
BuildRoot: %{_tmppath}/%{name}-root
Source: webcpp-0.8.2.tar.gz

%description
Webcpp converts Ada95, Assembler, Basic, C, C#, C++, Cg, CLIPS, Fortran, Haskell, Java, Markup, Modula2, Objective C, Pascal, Perl, PHP, Python, SQL, Tcl, Unix shell, & VHDL into HTML with syntax highlighting and themes.





%prep
%setup
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \
--target=i386

%build
%configure
make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/*
%{_libdir}/*.so.*
%{_datadir}/%{name}
%{_mandir}/man8/*
%changelog