SPECS: bombic.spec (NEW) - new
lisu
lisu at pld-linux.org
Sat Oct 28 17:18:25 CEST 2006
Author: lisu Date: Sat Oct 28 15:18:25 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
bombic.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/bombic.spec
diff -u /dev/null SPECS/bombic.spec:1.1
--- /dev/null Sat Oct 28 17:18:25 2006
+++ SPECS/bombic.spec Sat Oct 28 17:18:20 2006
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary: A 2D Dynablaster clone
+Summary(pl): Klon Dynablaster w 2D
+Name: bombic
+Version: 0.0.1
+Release: 1
+License: GPL v2+
+Group: X11/Applications/Games
+Source0: http://dl.sourceforge.net/bombic/%{name}-%{version}-src.tar.gz
+# Source0-md5: ee0e0d4594baf902bb25ecc0cb62017c
+URL: http://bombic.sourceforge.net/
+BuildRequires: SDL-devel
+BuildRequires: SDL_image-devel
+BuildRequires: SDL_ttf-devel
+BuildRequires: SDL_mixer-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bombic is a Dynablaster clone. You must use bombs to break walls, collecting power-ups while avoiding the bomb flames and monsters.
+
+%description -l pl
+Bombic jest klonem gry Dynablaster. Musisz używać bomb do niszczenia murów oraz zbierać bonusy, które pozwolą ci unikać płomieni i potworów.
+
+%prep
+%setup -q -n %{name}-%{version}-src
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__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 ChangeLog NEWS README TODO doc/*.html
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/10/28 15:18:20 lisu
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list