]> git.pld-linux.org Git - packages/bnc.git/blob - bnc.spec
- fixes code
[packages/bnc.git] / bnc.spec
1 Summary:        Simple IRC bouncer
2 Summary(pl):    Proste narzêdzie do tunelowania irc
3 Name:           bnc
4 Version:        2.8.6
5 Release:        3
6 License:        GPL
7 Group:          Networking/Utilities
8 Source0:        http://gotbnc.com/files/%{name}%{version}.tar.gz
9 # Source0-md5:  c3800ec09f62abf9881b84770fa79362
10 Source1:        %{name}setup.pld
11 BuildRequires:  autoconf
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 BNC is a great IRC (Internet Relay Chat) proxying server under the GPL
16 (General Public License). It allows users to connect to chat servers
17 by bouncing off the computer which is running BNC. Basically, it
18 forwards the information from the user to the server and vise versa.
19
20 %description -l pl
21 BNC jest rewelacyjnym i prostym proxy do IRC (Internet Relay Chat) na
22 licencji GPL (General Public License). BNC pozwala u¿ytkownikom na
23 po³±czenie siê z serwerem IRC wykorzystuj±c do tego komputer na którym
24 BNC zosta³o uruchomione. Mówi±c w skrócie, BNC przekazuje informacje
25 od u¿ytkownika do serwera i vice versa.
26
27 %prep
28 %setup -q -n %{name}%{version}
29
30 %build
31 %{__autoconf}
32 %configure
33
34 %{__make} CC="%{__cc} %{rpmcflags} -Wall"
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 mkdir $RPM_BUILD_ROOT%{_bindir} -p
39 install bnc $RPM_BUILD_ROOT%{_bindir}
40 install bncchk $RPM_BUILD_ROOT%{_bindir}
41 install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/bncsetup
42 install mkpasswd $RPM_BUILD_ROOT%{_bindir}/bncmkpasswd
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc README CHANGES
50 %attr(755,root,root) %{_bindir}/*
This page took 0.161049 seconds and 3 git commands to generate.