]> git.pld-linux.org Git - packages/black-box.git/commitdiff
- initial release
authorlisu <lisu@pld-linux.org>
Fri, 29 Dec 2006 19:49:50 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    black-box.spec -> 1.1

black-box.spec [new file with mode: 0644]

diff --git a/black-box.spec b/black-box.spec
new file mode 100644 (file)
index 0000000..cd9dfdf
--- /dev/null
@@ -0,0 +1,56 @@
+#
+# Conditional build:
+%bcond_without SDL_mixer       # build without SDL_mixer
+#
+Summary:       Simple logical game
+Summary(pl):   Prosta gra logiczna
+Name:          black-box
+Version:       1.4.7
+Release:       1
+License:       GPL v2+
+Group:         X11/Applications/Games
+Source0:       http://user.cs.tu-berlin.de/~karlb/black-box/%{name}-%{version}.tar.gz
+# Source0-md5: e17d7a0ff13adb690c6eaced99ee4d00
+URL:           http://www.linux-games.com/
+BuildRequires: SDL-devel >= 1.2.0
+BuildRequires: SDL_image-devel >= 1.2.0
+%{?with_SDL_mixer:BuildRequires:       SDL_mixer-devel >= 1.2.0}
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+You shoot into the black box and you can look where your shots go out
+of it. In the box crystals are reflecting your shots. You have to
+guess where the are hidden.
+
+%description -l pl
+Strzelaj±c do czarnego boksu, gracz mo¿e obserwowaæ, w którym miejscu
+pociski z niego wylatuj±. W boksie s± ukryte kryszta³y, które odbijaj±
+strza³y. Zadaniem gracza jest odnalezienie miejsca ukrycia ka¿dego
+kryszta³u.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__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 AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.052336 seconds and 4 git commands to generate.