]> git.pld-linux.org Git - packages/LANChat.git/blob - LANChat.spec
b46f3e2ca8c6105d625930826f460e5bfc83d33a
[packages/LANChat.git] / LANChat.spec
1 Summary:        LANChat - network-chatting program
2 Summary(pl):    LANChat - program do sieciowych pogaduszek
3 Name:           LANChat
4 Version:        1.1.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://republika.pl/lanchat/%{name}-%{version}.tar.gz
9 # Source0-md5:  efa396cbe01c1c63e69192ea64dbb407
10 URL:            http://republika.pl/lanchat/
11 BuildRequires:  ncurses-devel >= 5.1
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 LANChat a network-chatting program. It allows you to chat with your
16 friends over a TCP/IP based Local Area Network. It doesn't need any
17 type of server to run. All users are equal. LANChat is a not
18 client-server application. All your machines act like independent
19 servers. To communicate LANChat uses broadcast UDP messages so they
20 don't travel over the Internet (only to the closest router). LANChat
21 need C-class addressing type (theoretically max 254 users). By using
22 LANChat you can talk with windows and Linux users in your local area
23 network. You can use LANChat over networks connected by the BRIDGE.
24
25 %description -l pl
26 LANChat jest programem do sieciowych pogaduszek. Pozwala na
27 rozmawianie ze swoimi znajomymi w sieciach lokalnych opartych na
28 TCP/IP. Nie potrzebuje ¿adnego servera do dzia³ania i ka¿dy u¿ytkownik
29 jest równy. Nie jest to aplikacja typu klient-server, wiêc ka¿da
30 maszyna jest jak niezale¿ny server. LANChat do komunikacji u¿ywa
31 broadcastów UDP, wiêc nie s± one wysy³ane do internetu, a tylko do
32 najbli¿szego routera. LANChat potrzebuje klasy adresowej C
33 (teoretycznie max 254 u¿ytkowników). U¿ywaj±c LANChata mo¿na
34 rozmawiaæ w swojej sieci lokalnej zarówno z u¿ytkownikami Windows jak
35 i Linuksa. Mo¿na te¿ korzystaæ z LANChata w sieciach po³±czonych
36 BRIDGE'ami.
37
38 %prep
39 %setup -q -c -T
40 tar zxf %{SOURCE0} -C ..
41 cd ..
42 chmod u+x %{name}-%{version}
43
44 %build
45 %{__make} CC="%{__cc} %{rpmcflags} -Wall -I/usr/include/ncurses"
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT%{_bindir}
50
51 install LANChat $RPM_BUILD_ROOT%{_bindir}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc README ROUTING BUGS TODO
59 %attr(755,root,root) %{_bindir}/LANChat
This page took 0.450426 seconds and 2 git commands to generate.