Author: arvenil Date: Sun Sep 14 18:33:00 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - init
---- Files affected: SPECS: kuklomenos.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/kuklomenos.spec diff -u /dev/null SPECS/kuklomenos.spec:1.1 --- /dev/null Sun Sep 14 20:33:00 2008 +++ SPECS/kuklomenos.spec Sun Sep 14 20:32:55 2008 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +# TODO: +# - polish description and summary +Summary: An abstract shoot-em-up with a strategical twist +Name: kuklomenos +Version: 0.2.3.2 +Release: 1 +License: GPL v3 +Group: X11/Applications/Games +Source0: http://mbays.freeshell.org/kuklomenos/src/%{name}-%{version}.tar.gz +# Source0-md5: 0cc4ec6d2b9819a2b434c8ebe0c685d3 +URL: http://mbays.freeshell.org/kuklomenos/ +BuildRequires: SDL-devel +BuildRequires: SDL_gfx-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +An abstract shoot-em-up with a strategical twist. Minimalistic +graphics, short game-length. Very challenging at the higher difficulty +levels. + +%prep +%setup -q + +%build +%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 +%attr(755,root,root) %{_bindir}/%{name} +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/*.fnt + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/09/14 18:32:55 arvenil +- init ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
