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