]> git.pld-linux.org Git - packages/cghttpd.git/blob - cghttpd.spec
- pl
[packages/cghttpd.git] / cghttpd.spec
1 Summary:        cghttpd - Coronet and Guasi based trivial Web server
2 Summary(pl.UTF-8):      cghttpd - trywialny serwer WWW oparty bibliotekach Coronet i Guasi
3 Name:           cghttpd
4 Version:        0.26
5 Release:        0.1
6 License:        GPL v2+
7 Group:          Applications
8 Source0:        http://www.xmailserver.org/%{name}-%{version}.tar.gz
9 # Source0-md5:  62a1ae4ecd938954fa86c94e0edaef33
10 URL:            http://www.xmailserver.org/cghttpd-home.html
11 BuildRequires:  coronet-devel
12 BuildRequires:  guasi-devel
13 BuildRequires:  libpcl-devel
14 # not yet(?) complete webserver
15 #Provides:      webserver
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _bindir         %{_sbindir}
19
20 %description
21 The cghttpd software is a Coronet and Guasi based trivial Web server
22 developed to test the level of performance that can be achieved with
23 such a solution.
24
25 It is by far not a complete Web server, nor a server that you want to
26 expose to a public network.
27
28 %description -l pl.UTF-8
29 Pakiet cghttpd to trywialny serwer WWW oparty na bibliotekach Coronet
30 i Guasi, stworzony w celu sprawdzenia stopnia wydajności, jaki można
31 osiągnąć przy takim rozwiązaniu.
32
33 Daleko mu do pełnego serwera WWW czy serwera który chciałoby się
34 wystawić publicznie.
35
36 %prep
37 %setup -q
38
39 %build
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS
54 %attr(755,root,root) %{_sbindir}/cghttpd
55 %{_mandir}/man8/cghttpd.8*
This page took 0.041049 seconds and 3 git commands to generate.