]> git.pld-linux.org Git - packages/bitefusion.git/commitdiff
- initial
authorlisu <lisu@pld-linux.org>
Tue, 10 Oct 2006 11:05:42 +0000 (11:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bitefusion.spec -> 1.1

bitefusion.spec [new file with mode: 0644]

diff --git a/bitefusion.spec b/bitefusion.spec
new file mode 100644 (file)
index 0000000..16fbeaa
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       A snake game
+Summary(pl):   Gra typu w±¿
+Name:          bitefusion
+Version:       1.0.1
+Release:       1
+License:       GPL v2
+Group:         X11/Applications/Games
+Source0:       http://www.junoplay.com/files/%{name}-%{version}.tar.gz
+# Source0-md5: d7bc933c3363a76b4cb3eeb2a4f33b40
+URL:           http://www.junoplay.com/
+BuildRequires: SDL-devel >= 1.2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A snake game with 15 levels. Great if you need to shut off your brain
+for a few minutes and occupy your hands in the meantime. Guaranteed no
+adrenaline rush!
+
+%description -l pl
+Gra typu w±¿ z 15 poziomami. Spróbuj wysiliæ swój umys³ na parê minut
+i w miêdzyczasie pracowaæ rêkami. Gwarantowana porz±dna dawka
+adrenaliny!
+
+%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
+%attr(755,root,root) %{_bindir}/*
This page took 0.065992 seconds and 4 git commands to generate.