]> git.pld-linux.org Git - packages/black-box.git/blame - black-box.spec
- fix previous log message
[packages/black-box.git] / black-box.spec
CommitLineData
f990ca06 1#
2# Conditional build:
3%bcond_without SDL_mixer # build without SDL_mixer
4#
5Summary: Simple logical game
dd3361f3 6Summary(pl.UTF-8): Prosta gra logiczna
f990ca06 7Name: black-box
027816b9 8Version: 1.4.8
f990ca06 9Release: 1
10License: GPL v2+
11Group: X11/Applications/Games
12Source0: http://user.cs.tu-berlin.de/~karlb/black-box/%{name}-%{version}.tar.gz
027816b9 13# Source0-md5: f0cf19c54a3d2c34c221d67baf78add5
55f8154e 14URL: http://www.linux-games.com/black-box/
f990ca06 15BuildRequires: SDL-devel >= 1.2.0
16BuildRequires: SDL_image-devel >= 1.2.0
17%{?with_SDL_mixer:BuildRequires: SDL_mixer-devel >= 1.2.0}
18BuildRequires: autoconf
19BuildRequires: automake
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23You shoot into the black box and you can look where your shots go out
24of it. In the box crystals are reflecting your shots. You have to
25guess where the are hidden.
26
d5c4e66f
JR
27%description -l pl.UTF-8
28Strzelając do czarnego pudełka, gracz może obserwować, w którym
29miejscu pociski z niego wylatują. W pudełku są ukryte kryształy, które
30odbijają strzały. Zadaniem gracza jest odnalezienie miejsca ukrycia
31każdego kryształu.
f990ca06 32
33%prep
34%setup -q
35
36%build
37%{__aclocal}
38%{__autoconf}
39%{__automake}
40%configure
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc AUTHORS ChangeLog NEWS README
55%attr(755,root,root) %{_bindir}/*
56%{_datadir}/%{name}
This page took 0.064766 seconds and 4 git commands to generate.