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