]> git.pld-linux.org Git - packages/enigma.git/blame - enigma.spec
- converted to UTF-8
[packages/enigma.git] / enigma.spec
CommitLineData
e94235b8 1Summary: Oxyd clone
2916873f 2Summary(pl.UTF-8): Klon gry Oxyd
e94235b8 3Name: enigma
372aee31 4Version: 1.00
116d41ba 5Release: 1
372aee31 6License: GPL v2+
e94235b8 7Group: X11/Applications/Games
0d482d9f 8Source0: http://download.berlios.de/enigma-game/%{name}-%{version}.tar.gz
372aee31 9# Source0-md5: 428a9cce666cd45812e785f00a483ef9
e94235b8 10Source1: %{name}.desktop
52ea77c1 11URL: http://www.nongnu.org/enigma/
ae29d634 12BuildRequires: SDL_image-devel >= 1.2.0
372aee31 13BuildRequires: SDL_mixer-devel >= 1.2.5
2baf8731 14BuildRequires: SDL_ttf-devel
e94235b8 15BuildRequires: autoconf
16BuildRequires: automake
ac61c0c6 17BuildRequires: gettext-devel
18BuildRequires: libstdc++-devel
372aee31 19BuildRequires: xerces-c-devel >= 2.4
e94235b8 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
e94235b8 22%description
e053d3a7 23Enigma is a puzzle game inspired by Oxyd on the Atari ST and
24Rock'n'Roll on the Amiga: You control a small black marble and have to
25find and uncover all pairs of identical Oxyd stones in each landscape.
26Sounds simple? It would be, if it weren't for hidden traps, vast
27mazes, insurmountable obstacles and lots of hairy puzzles, blocking
28your direct way to the Oxyd stones...
e94235b8 29
2916873f 30%description -l de.UTF-8
de34210e 31Bei Enigma handelt es sich um ein Remake des 1990 erschienen
2916873f 32Spiele-Klassikers Oxyd. Das Ziel des Spiels ist schnell erklärt:
de34210e 33Versuchen Sie alle gleichfarbigen "Oxyd"-Steine in jeder Landschaft zu
2916873f
JR
34finden und aufzudecken. Hört sich einfach an? Wäre es vielleicht auch,
35würden nicht versteckte Fallen, gewaltige Irrgärten, scheinbar
36unüberwindliche Hindernisse und viele, viele Rätsel den direkten Weg zu
de34210e 37den Steinen blockieren...
38
2916873f
JR
39%description -l pl.UTF-8
40Enigma jest grą logiczną zainspirowaną przez Oxyd z Atari ST i
41Rock'n'Roll z Amigi. Kontroluje się małą czarną kulkę mając za zadanie
42odnaleźć i odkryć wszystkie pary identycznych kamieni Oxyd na każdej
43planszy. Proste? Było by, gdyby nie ukryte pułapki, przepastne
44labirynty, niepokonane przeszkody i mnóstwo włochatych zagadek
45blokujących drogę do kamieni Oxyd.
52ea77c1 46
e94235b8 47%prep
52ea77c1
JB
48%setup -q
49
50# hack: don't rebuild it, requires too new(?) version of texi2html
51# (doesn't work with texi2html 1.56k from tetex 2.0.2)
52touch doc/manual/*.html
e94235b8 53
54%build
f42a1e23 55%{__aclocal}
56%{__autoheader}
e94235b8 57%{__autoconf}
58%{__automake}
758ff28f 59%configure
e94235b8 60
61%{__make}
62
63%install
64rm -rf $RPM_BUILD_ROOT
372aee31 65install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
758ff28f 66
372aee31 67%{__make} install \
68 DESTDIR=$RPM_BUILD_ROOT
e94235b8 69
758ff28f 70install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
71install data/gfx/enigma_marble.png $RPM_BUILD_ROOT%{_pixmapsdir}/enigma.png
e94235b8 72
ae29d634 73rm -f doc/manual/{images,}/Makefile*
74rm -f doc/manual/enigma.texi
75
372aee31 76%find_lang %{name} --all-name
77
e94235b8 78%clean
79rm -rf $RPM_BUILD_ROOT
80
372aee31 81%files -f %{name}.lang
e94235b8 82%defattr(644,root,root,755)
372aee31 83%doc CHANGES README doc/manual
e94235b8 84%attr(755,root,root) %{_bindir}/*
ae29d634 85%{_datadir}/%{name}
372aee31 86%{_desktopdir}/*.desktop
e94235b8 87%{_mandir}/man6/*
88%{_pixmapsdir}/*
This page took 0.15755 seconds and 4 git commands to generate.