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