]> git.pld-linux.org Git - packages/einstein.git/blame - einstein.spec
- converted to UTF-8
[packages/einstein.git] / einstein.spec
CommitLineData
af09ce4d 1Summary: An implementation of Albert Einstein's puzzle
e5810866 2Summary(pl.UTF-8): Implementacja gry logicznej Alberta Einsteina
af09ce4d 3Name: einstein
4Version: 2.0
5Release: 1
6License: GPL
7Group: X11/Applications/Games
8Source0: http://games.flowix.com/files/einstein/%{name}-%{version}-src.tar.gz
9# Source0-md5: c1d98e761c10af63f03462ead625f80c
10Patch0: %{name}-makefile.patch
11URL: http://games.flowix.com/
12BuildRequires: SDL-devel
8205ec63 13BuildRequires: SDL_mixer-devel
14BuildRequires: SDL_ttf-devel
2a4d4b2e 15BuildRequires: libstdc++-devel
af09ce4d 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
8205ec63 19The game goal is to open all cards in square of 6x6 cards. For this, a
20number of hints describing relations between card positions are given.
af09ce4d 21
e5810866
JR
22%description -l pl.UTF-8
23Celem gry jest odsłonięcie wszystkich kart w kwadracie 6x6 za pomocą
24podpowiedzi opisujących relacje pomiędzy poszczególnymi kartami.
af09ce4d 25
26%prep
8205ec63 27%setup -q
af09ce4d 28%patch0 -p1
29
30%build
2a4d4b2e
JB
31%{__make} \
32 CXX="%{__cxx}" \
33 OPTIMIZE="%{rpmcflags}"
af09ce4d 34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc README
47%attr(755,root,root) %{_bindir}/*
48%{_datadir}/%{name}
This page took 0.059821 seconds and 4 git commands to generate.