]> git.pld-linux.org Git - SPECS.git/blob - slibo.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / slibo.spec
1 Summary:        KDE chess board interface
2 Summary(pl.UTF-8):      Interfejs do szachownicy dla KDE
3 Name:           slibo
4 Version:        0.4.4
5 Release:        0.1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/slibo/%{name}-%{version}.tar.bz2
9 # Source0-md5:  145a2bcf3d1e9769ccd30b8f1d1ee8ea
10 URL:            http://slibo.sourceforge.net/
11 BuildRequires:  kdelibs-devel
12 BuildRequires:  ncurses-devel
13 BuildRequires:  sqlite-devel
14 #Suggests:      Sjeng-Free
15 Suggests:       crafty
16 Suggests:       gnuchess
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Slibo aims to be a comfortable chess interface for KDE. Designed to be
21 usable as a replacement for the xboard chess interface, it has much
22 more functionality, and, on the other hand, is easy to use. Slibo can
23 be used with common chess engines like crafty or gnuchess, but it
24 provides its own chess engine too. You can:
25 * Play against different engines, or watch them playing.
26 * Use multiple engines at the same time, for instance to analyze a
27   game with different engines.
28 * Analyze your PGN files.
29 * Customize the look of the pieces and the board.
30
31 %description -l pl.UTF-8
32 Slibo to program tworzony jako wygodny interfejs szachowy dla KDE.
33 Jest zaprojektowany w celu używania jako zamiennik interfejsu xboard,
34 ma o wiele większą funkcjonalność, a ponadto jest łatwy w użyciu. Może
35 być używany z popularnymi silnikami szachowymi, takimi jak crafty czy
36 gnuchess, ale zawiera także własny silnik. Przy użyciu Slibo można:
37 - grać przeciwko różnym silnikom lub oglądać ich grę,
38 - używać różnych silników w tym samym czasie, na przykład do analizy
39   gry z różnymi silnikami,
40 - analizować własne pliki PGN,
41 - zmieniać wygląd figur i szachownicy.
42
43 %prep
44 %setup -q
45
46 %build
47 %configure \
48         CFLAGS="%{rpmcflags} `/usr/bin/ncurses5-config --cflags`"
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog README TODO Documentation/*.txt
64 #%attr(755,root,root) %{_bindir}/*
65 #%{_datadir}/%{name}
66 #%{_desktopdir}/%{name}.desktop
67 #%{_mandir}/man[16]/*
68 #%{_pixmapsdir}/%{name}.xpm
This page took 0.105983 seconds and 3 git commands to generate.