]> git.pld-linux.org Git - packages/einstein.git/blame - einstein.spec
- new
[packages/einstein.git] / einstein.spec
CommitLineData
af09ce4d 1Summary: An implementation of Albert Einstein's puzzle
d38d201a 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
21553f47
AG
11Patch1: %{name}-gcc43.patch
12Patch2: %{name}-kill-warnings.patch
af09ce4d 13URL: http://games.flowix.com/
14BuildRequires: SDL-devel
8205ec63 15BuildRequires: SDL_mixer-devel
16BuildRequires: SDL_ttf-devel
2a4d4b2e 17BuildRequires: libstdc++-devel
af09ce4d 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
8205ec63 21The game goal is to open all cards in square of 6x6 cards. For this, a
22number of hints describing relations between card positions are given.
af09ce4d 23
e5810866
JR
24%description -l pl.UTF-8
25Celem gry jest odsłonięcie wszystkich kart w kwadracie 6x6 za pomocą
26podpowiedzi opisujących relacje pomiędzy poszczególnymi kartami.
af09ce4d 27
28%prep
8205ec63 29%setup -q
af09ce4d 30%patch0 -p1
21553f47
AG
31%patch1 -p1
32%patch2 -p1
af09ce4d 33
34%build
2a4d4b2e
JB
35%{__make} \
36 CXX="%{__cxx}" \
37 OPTIMIZE="%{rpmcflags}"
af09ce4d 38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc README
51%attr(755,root,root) %{_bindir}/*
52%{_datadir}/%{name}
This page took 0.114808 seconds and 4 git commands to generate.