]> git.pld-linux.org Git - packages/dame.git/blame - dame.spec
- partialy rewrited (NFY),
[packages/dame.git] / dame.spec
CommitLineData
5697b2c2 1Summary: Dame lets you play checkers ala point and click
2Summary(de): Spielen Sie Dame.
3Summary(fr): Jouez aux dames.
4Summary(fi): Tammi peli
5Name: dame
6Version: 0.27
7Release: 1
8Copyright: GPL
9Group: X11/Games/Strategy
10Source: http://super.tacheles.de/~girbal/dame/dame-%{ver}.tar.gz
11Requires: gnome-libs >= 0.30
12URL: http://super.tacheles.de/~girbal/dame/
13BuildRoot: /var/tmp/dame-root
517b3bd1 14
15%description
5697b2c2 16Dame lets you play at draughts in an X window. It comes with checkers, a
17tricky opponent, and simplech, an even harder to beat opponent.
517b3bd1 18
19%description -l de
5697b2c2 20Dame zeichnet ein Damebrett in ein X Fenster. Es kommt mit checkers, einem
21leichten, und simplech, einem schweren Gegner.
517b3bd1 22
23%description -l fr
5697b2c2 24Dame vous presente un damier graphique pour jouer aux dames contre
25l'ordinateur - en personne de checkers ou simplech.
517b3bd1 26
27%prep
5697b2c2 28%setup -q
517b3bd1 29
30%build
5697b2c2 31CFLAGS="$RPM_OPT_FLAGS" \
32./configure \
33 --prefix=%{prefix} \
34 --bindir=%{bindir}
517b3bd1 35make
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make prefix=$RPM_BUILD_ROOT%{prefix} bindir=$RPM_BUILD_ROOT%{bindir} install
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
5697b2c2 45%defattr(644,root,root,755)
517b3bd1 46%doc AUTHORS README COPYING ChangeLog dame.lsm
47%{prefix}/games/dame
48%{prefix}/games/checkers
49%{prefix}/games/simplech
50%{prefix}/man/man6/dame.6
51%{prefix}/share/pixmaps/dame.png
52%dir %{prefix}/share/pixmaps/dame
53%{prefix}/share/pixmaps/dame/*.png
54%{prefix}/share/apps/Games/dame.desktop
55%{prefix}/share/locale/de/LC_MESSAGES/dame.mo
56%{prefix}/share/locale/fr/LC_MESSAGES/dame.mo
This page took 0.0598 seconds and 4 git commands to generate.