]> git.pld-linux.org Git - packages/cghttpd.git/blame - cghttpd.spec
- adjust License
[packages/cghttpd.git] / cghttpd.spec
CommitLineData
24b1ad75
ER
1Summary: cghttpd
2Name: cghttpd
3Version: 0.26
4Release: 0.1
ba37789e 5License: GPL v2+
24b1ad75
ER
6Group: Applications
7Source0: http://www.xmailserver.org/%{name}-%{version}.tar.gz
8# Source0-md5: 62a1ae4ecd938954fa86c94e0edaef33
9URL: http://www.xmailserver.org/cghttpd-home.html
10BuildRequires: coronet-devel
11BuildRequires: guasi-devel
12BuildRequires: libpcl-devel
13# not yet(?) complete webserver
14#Provides: webserver
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define _bindir %{_sbindir}
18
19%description
20The cghttpd software is a Coronet and Guasi based trivial Web server
21developed to test the level of performance that can be achieved with
22such a solution.
23
24It is by far not a complete Web server, nor a server that you want to
25expose to a public network.
26
27%prep
28%setup -q
29
30%build
31%configure
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc AUTHORS
45%attr(755,root,root) %{_sbindir}/cghttpd
46%{_mandir}/man8/cghttpd.8*
This page took 0.2211 seconds and 4 git commands to generate.