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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 871 - (show annotations) (download)
Sat Jan 8 17:12:54 2011 UTC (14 years ago) by stormi
File size: 1085 byte(s)
imported package kbtin
1 %define name kbtin
2 %define version 1.0.13
3 %define release %mkrel 2
4
5 Name: %{name}
6 Summary: A very heavily extended clone the TinTin++ MUD client
7 Version: %{version}
8 Release: %{release}
9 URL: http://kbtin.sourceforge.net/
10 Source0: http://prdownloads.sourceforge.net/%name/%name-%version.tar.gz
11 License: GPLv2+
12 Group: Games/Other
13 BuildRequires: zlib-devel gnutls-devel
14 BuildRoot: %{_tmppath}/%{name}-buildroot
15
16 %description
17 KBtin is a console-based MUD client, which means it is meant to be used as a
18 client to play MUDs (multiplayer text-based games : MUD stands for Multi-User
19 Dungeon).
20 It is highly configurable and features everything a MUD client must have,
21 maybe more.
22 It improves on the well known TinTin++ MUD client.
23
24 %prep
25 %setup -q -n %{name}-%{version}
26
27 %build
28 %configure
29 %make
30
31 %install
32 rm -rf %{buildroot}
33 %makeinstall
34
35 %clean
36 rm -rf %{buildroot}
37
38 %files
39 %defattr(-,root,root,0755)
40 %doc AUTHORS BUGS COPYING ChangeLog FAQ KEYPAD NEWS OLDNEWS README
41 %{_mandir}/*/*
42 %{_bindir}/*
43 %{_datadir}/%name/*
44
45

  ViewVC Help
Powered by ViewVC 1.1.30