]> git.pld-linux.org Git - packages/eboard.git/blob - eboard.spec
08ffbed9210750df3913dd406562d6b1a6cedfe4
[packages/eboard.git] / eboard.spec
1 Summary:        GTK+ chess board interface for ICS and chess engines
2 Summary(pl.UTF-8):      Interfejs GTK+ do szachowych programów i serwerów
3 Name:           eboard
4 Version:        1.0.3
5 Release:        0.1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  833e656549d9fd9191e51b08005633e3
10 URL:            http://eboard.sourceforge.net/index.html
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  gtk+-devel >= 1.2.6
15 BuildRequires:  imlib-devel
16 BuildRequires:  libstdc++-devel
17 Requires:       gnuchess
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 eboard is a chess interface for Unix-like systems (GNU/Linux, FreeBSD,
22 Solaris, etc.) based on the GTK+ GUI toolkit. It provides a chess
23 board interface to ICS (Internet Chess Servers) like FICS and to chess
24 engines like GNU Chess, Sjeng and Crafty.
25
26 %description -l pl.UTF-8
27 eboard jest interfejsem do programów szachowych dla systemów
28 uniksowych opartym na bibliotece GTK+. Umożliwia współpracę zarówno z
29 internetowymi serwerami szachowymi (ICS) jak również z programami
30 szachowymi jak GNUchess, Sjeng czy Crafty.
31
32 %prep
33 %setup -q
34
35 #I think it can be do better
36 %build
37 ./configure \
38         --prefix="%{_prefix}" \
39         --compiler="%{__cxx}" \
40         --man-prefix="%{_mandir}"
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %attr(755,root,root) %{_bindir}/*
55 %{_datadir}/%{name}
56 %{_mandir}/man[16]/*
This page took 0.057732 seconds and 3 git commands to generate.