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