]> git.pld-linux.org Git - packages/bitefusion.git/blob - bitefusion.spec
- up to 1.0.2
[packages/bitefusion.git] / bitefusion.spec
1 Summary:        A snake game
2 Summary(pl.UTF-8):      Gra typu wąż
3 Name:           bitefusion
4 Version:        1.0.2
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://www.junoplay.com/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  0d7fc10ad0d08f8f90de07fe3bcd8f26
10 URL:            http://www.junoplay.com/
11 BuildRequires:  SDL-devel >= 1.2
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  zlib-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 A snake game with 15 levels. Great if you need to shut off your brain
19 for a few minutes and occupy your hands in the meantime. Guaranteed no
20 adrenaline rush!
21
22 %description -l pl.UTF-8
23 Gra typu wąż z 15 poziomami. Spróbuj wysilić swój umysł na parę minut
24 i w międzyczasie pracować rękami. Gwarantowana porządna dawka
25 adrenaliny!
26
27 %prep
28 %setup -q
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__automake}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS
49 %attr(755,root,root) %{_bindir}/*
This page took 0.032011 seconds and 3 git commands to generate.