/[packages]/cauldron/ytalk/current/SPECS/ytalk.spec
ViewVC logotype

Contents of /cauldron/ytalk/current/SPECS/ytalk.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 75721 - (show annotations) (download)
Tue Mar 22 22:32:58 2011 UTC (13 years, 1 month ago) by steletch
File size: 1341 byte(s)
imported package ytalk
1 %define name ytalk
2 %define release %mkrel 8
3 %define version 3.3.0
4
5 Summary: A chat program
6 Summary(de): benutzt das Internet-Talk-Protokoll zum Erstellen von Multiuser-Chat-Sitzungen
7 Summary(fr): Utilise le protocole talk pour créer des discussions multi-utilisateurs
8 Summary(tr): Talk protokolu kullanarak ikiden fazla kişinin konuşmasını sağlar
9 Name: %{name}
10 Version: %{version}
11 Release: %{release}
12 License: BSD
13 Group: Networking/Chat
14 BuildRequires: ncurses-devel
15 Source0: http://www.impul.se/ytalk/%{name}-%{version}.tar.bz2
16 Source1: ytalkrc
17 URL: http://www.impul.se/ytalk/
18 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
19
20 %description
21 The YTalk program is essentially a chat program for multiple users. YTalk works
22 just like the UNIX talk program and even communicates with the same talk
23 daemon(s), but YTalk allows for multiple connections (unlike UNIX talk). YTalk
24 also supports redirection of program output to other users as well as an
25 easy-to-use menu of commands.
26
27 Install the ytalk package if you need a chat program for multiple users.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure2_5x
34 %make
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 %makeinstall_std
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(-,root,root)
45 %doc README ChangeLog
46 %config(noreplace) %{_sysconfdir}/%{name}rc
47 %{_bindir}/%{name}
48 %{_mandir}/man1/%{name}.1*
49
50

  ViewVC Help
Powered by ViewVC 1.1.30