]> git.pld-linux.org Git - packages/tintin.git/blob - tintin.spec
- 1.97.7
[packages/tintin.git] / tintin.spec
1 Summary:        A mud client that runs in console mode
2 Summary(pl.UTF-8):      Klient mudowy uruchamiany na terminalu tekstowym
3 Name:           tintin
4 Version:        1.97.7
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Games
8 Source0:        http://dl.sourceforge.net/tintin/%{name}-%{version}.tar.gz
9 # Source0-md5:  3451c2c5e32951709bee873a4e96bf96
10 URL:            http://tintin.sourceforge.net/
11 BuildRequires:  readline-devel
12 BuildRequires:  sed >= 4.0
13 BuildRequires:  zlib-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 TinTin++ is a mud client that runs in console mode.
18
19 %description -l pl.UTF-8
20 TinTin++ jest klientem mudowym uruchamianym na terminalu tekstowym.
21
22 %prep
23 %setup -q -n tt
24 %{__sed} -i -e 's@/usr/bin@$(DESTDIR)/usr/bin@g' src/Makefile.in
25
26 %build
27 cd src
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34
35 %{__make} -C src install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc CREDITS FAQ README TODO docs/*.txt
44 %attr(755,root,root) %{_bindir}/*
This page took 0.036863 seconds and 4 git commands to generate.