SPECS: wordwarvi.spec (NEW) - init revision
lisu
lisu at pld-linux.org
Mon Dec 1 14:06:15 CET 2008
Author: lisu Date: Mon Dec 1 13:06:15 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init revision
---- Files affected:
SPECS:
wordwarvi.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/wordwarvi.spec
diff -u /dev/null SPECS/wordwarvi.spec:1.1
--- /dev/null Mon Dec 1 14:06:15 2008
+++ SPECS/wordwarvi.spec Mon Dec 1 14:06:10 2008
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+Summary: Shoot 'em up '80s style arcade game
+Summary(pl.UTF-8): Strzelanka w stylu lat 80-tych
+Name: wordwarvi
+Version: 0.23
+Release: 1
+License: GPL v2+
+Group: X11/Applications/Games
+Source0: http://dl.sourceforge.net/wordwarvi/%{name}-%{version}.tar.gz
+# Source0-md5: 56b37c133648787fe7c6113943b91cc8
+URL: http://wordwarvi.sourceforge.net/
+BuildRequires: gtk+2-devel
+BuildRequires: libvorbis-devel
+BuildRequires: perl-base
+BuildRequires: portaudio-devel >= 19
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Word War vi is your basic side-scrolling shoot 'em up '80s style
+arcade game. You pilot your "vi"per craft through core memory,
+rescuing lost .swp files, avoiding OS defenses, and wiping out those
+memory hogging emacs processes. When all the lost .swp files are
+rescued, head for the socket which will take you to the next node in
+the cluster.
+
+%description -l pl.UTF-8
+Word War vi jest prostą strzelanką platformową w stylu lat 80-tych.
+Zadaniem gracza jest pilotowanie statku o nazwie 'vi'per przez rdzeń
+pamięci, ratowanie zagubionych plików .swp, unikanie obrony Systemu
+Operacyjnego oraz czyszczenie obszarów pamięci blokowanych przez
+procesy emacsa. Kiedy wszystko zostanie wyczyszczone gracz przenosi
+się do kolejnego klastra pamięci.
+
+%prep
+%setup -q
+%{__perl} -pi -e 's/gcc/\$(CC)/' Makefile
+
+%build
+%{__make} \
+ CC="%{__cc}" \
+ OPTIMIZE_FLAG="%{rpmcflags}" \
+ PROFILE_FLAG="%{rpmldflags}"
+
+%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.txt
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
+%{_mandir}/man6/%{name}.6*
+
+%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 2008/12/01 13:06:10 lisu
+- init revision
+
================================================================
More information about the pld-cvs-commit
mailing list