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