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