]> git.pld-linux.org Git - packages/einstein.git/commitdiff
- new
authorlisu <lisu@pld-linux.org>
Thu, 12 Oct 2006 16:45:00 +0000 (16:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    einstein.spec -> 1.1

einstein.spec [new file with mode: 0644]

diff --git a/einstein.spec b/einstein.spec
new file mode 100644 (file)
index 0000000..fae1ed3
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       An implementation of Albert Einstein's puzzle
+Summary(pl):   Implementacja gry logicznej Alberta Einsteina
+Name:          einstein
+Version:       2.0
+Release:       1
+License:       GPL
+Group:         X11/Applications/Games
+Source0:       http://games.flowix.com/files/einstein/%{name}-%{version}-src.tar.gz
+# Source0-md5: c1d98e761c10af63f03462ead625f80c
+Patch0:                %{name}-makefile.patch
+URL:           http://games.flowix.com/
+BuildRequires: SDL-devel
+BuildRequires:  SDL_mixer-devel
+BuildRequires:  SDL_ttf-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The game goal is to open all cards in square of 6x6 cards. For this, a number of hints describing relations between card positions are given.
+
+%description -l pl
+Celem gry jest ods³oniêcie wszystkich kart w kwadracie 6x6 za pomoc± podpowiedzi opisuj±cych relacje pomiêdzy poszczególnymi kartami.
+
+%prep
+%setup -q -n %{name}-%{version}
+%patch0 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.047801 seconds and 4 git commands to generate.