]> git.pld-linux.org Git - packages/tintin.git/blame - tintin.spec
- release 2
[packages/tintin.git] / tintin.spec
CommitLineData
168fb4eb 1Summary: A mud client that runs in console mode
e768d851 2Summary(pl.UTF-8): Klient mudowy uruchamiany na terminalu tekstowym
168fb4eb 3Name: tintin
5c174fd6 4Version: 2.00.7
7524c1da 5Release: 2
168fb4eb 6License: GPL v2+
0fc061a6 7Group: Applications/Games
1127bfde 8Source0: http://downloads.sourceforge.net/tintin/%{name}-%{version}.tar.gz
5c174fd6 9# Source0-md5: f6791783a7077058a49a216f5caf8093
1a5efdcc 10Patch0: %{name}-cflags.patch
168fb4eb 11URL: http://tintin.sourceforge.net/
01a3fc07 12BuildRequires: pcre-devel
168fb4eb 13BuildRequires: readline-devel
fa84ad6d 14BuildRequires: sed >= 4.0
168fb4eb 15BuildRequires: zlib-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19TinTin++ is a mud client that runs in console mode.
20
e9a0ec15 21%description -l pl.UTF-8
0fc061a6 22TinTin++ jest klientem mudowym uruchamianym na terminalu tekstowym.
168fb4eb 23
24%prep
25%setup -q -n tt
1a5efdcc 26%patch0 -p1
168fb4eb 27
838c402a 28# change binary file name to better one
29%{__sed} -i -e 's@tt++@tintin@g' src/Makefile.in
30
168fb4eb 31%build
4c3fab13 32cd src
168fb4eb 33%configure
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38install -d $RPM_BUILD_ROOT%{_bindir}
39
4c3fab13 40%{__make} -C src install \
168fb4eb 41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc CREDITS FAQ README TODO docs/*.txt
b12323e0 49%attr(755,root,root) %{_bindir}/tintin
This page took 0.063057 seconds and 5 git commands to generate.