SPECS: vacuum.spec (NEW) - added to cvs

lisu lisu at pld-linux.org
Wed Mar 11 12:17:08 CET 2009


Author: lisu                         Date: Wed Mar 11 11:17:08 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added to cvs

---- Files affected:
SPECS:
   vacuum.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/vacuum.spec
diff -u /dev/null SPECS/vacuum.spec:1.1
--- /dev/null	Wed Mar 11 12:17:08 2009
+++ SPECS/vacuum.spec	Wed Mar 11 12:17:02 2009
@@ -0,0 +1,79 @@
+# $Revision$, $Date$
+Summary:	Fast paced original action game
+Summary(pl.UTF-8):	Oryginalna gra akcji z szybkim tempem
+Name:		vacuum
+Version:	0.10
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications/Games
+Source0:	http://dl.sourceforge.net/vacuum/%{name}-%{version}.tar.gz
+# Source0-md5:	64a31f17c3226c061a3dbd23768993b1
+Source1:	%{name}.desktop
+URL:		http://apocalypse.rulez.org/vacuum/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	perl-MIME-Base64
+BuildRequires:	perl-SDL
+Requires:	perl-base
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Vacuum Magic is a fast-paced action game. The point of the game is
+using your magical vacuum field to collect food and defend against
+monsters. Food and certain monsters can also be spat out and used as a
+projectile against other monsters.
+
+Vacuum Magic can be played by up to six players, either cooperatively,
+or against each other.
+
+%description -l pl.UTF-8
+Vacuum Magic jest grą akcji, którą cechuje szybkie tempo. Gracz
+używa swojej magi w celu zbierania pożywienia i obrony przed
+potworami. Pożywienie oraz niektóre potwory mogą być użyte jako
+pociski przeciwko innym potworom.
+
+W Vacuum Magic może grać do sześciu graczy, zarówno w trybie
+kooperacyjnym, jak również przeciwko sobie.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install data/icon.png $RPM_BUILD_ROOT%{_pixmapsdir}/vacuum.png
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/vacuum
+%{_datadir}/%{name}
+%{_desktopdir}/vacuum.desktop
+%{_mandir}/man6/vacuum.*
+%{_pixmapsdir}/vacuum.png
+
+%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  2009/03/11 11:17:02  lisu
+- added to cvs
+
================================================================


More information about the pld-cvs-commit mailing list