]> git.pld-linux.org Git - packages/cboard.git/blob - cboard.spec
- pl fix
[packages/cboard.git] / cboard.spec
1 # TODO:
2 # - make some nice desktop
3 # - add some icon
4 Summary:        An ncurses frontend to GNU Chess
5 Summary(pl):    Frontend ncurses dla GNU Chess
6 Name:           cboard
7 Version:        0.1.6
8 Release:        2
9 License:        GPL v2
10 Group:          Applications/Games
11 Source0:        http://arbornet.org/~bjk/cboard/%{name}-%{version}.tar.gz
12 # Source0-md5:  fb2de107fbd5294427646371adf1611e
13 URL:            http://arbornet.org/~bjk/cboard/
14 BuildRequires:  ncurses-ext-devel
15 Requires:       gnuchess
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 CBoard is a console frontend to GNU Chess, using the ncurses library
20 for the interface. It can edit PGN tags, annotate moves with NAG, and
21 more.
22
23 %description -l pl
24 CBoard jest frontendem dla GNU Chess, u¿ywaj±cym interfejsu biblioteki
25 ncurses. Potrafi modyfikowaæ tagi PGN, komentowaæ ruchy za pomoc± NAG
26 i wiele innych.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure \
33         CPPFLAGS="%{rpmcflags} -I/usr/include/ncurses"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc ChangeLog KnownBugs NEWS README TODO
47 %attr(755,root,root) %{_bindir}/*
48 %dir %{_datadir}/%{name}
49 %{_datadir}/%{name}/*.data
50 # Is it needed here?
51 %{_datadir}/%{name}/config.example
52 %{_mandir}/man6/*.6*
This page took 0.120425 seconds and 3 git commands to generate.