]> git.pld-linux.org Git - packages/bitefusion.git/blob - bitefusion.spec
- initial
[packages/bitefusion.git] / bitefusion.spec
1 Summary:        A snake game
2 Summary(pl):    Gra typu w±¿
3 Name:           bitefusion
4 Version:        1.0.1
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:  d7bc933c3363a76b4cb3eeb2a4f33b40
10 URL:            http://www.junoplay.com/
11 BuildRequires:  SDL-devel >= 1.2
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 A snake game with 15 levels. Great if you need to shut off your brain
16 for a few minutes and occupy your hands in the meantime. Guaranteed no
17 adrenaline rush!
18
19 %description -l pl
20 Gra typu w±¿ z 15 poziomami. Spróbuj wysiliæ swój umys³ na parê minut
21 i w miêdzyczasie pracowaæ rêkami. Gwarantowana porz±dna dawka
22 adrenaliny!
23
24 %prep
25 %setup -q
26
27 %build
28 %{__aclocal}
29 %{__autoconf}
30 %{__automake}
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS
46 %attr(755,root,root) %{_bindir}/*
This page took 0.051117 seconds and 4 git commands to generate.