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