Author: adamg                        Date: Wed Dec 27 21:58:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/freesynd.spec
diff -u /dev/null SPECS/freesynd.spec:1.1
--- /dev/null   Wed Dec 27 22:58:04 2006
+++ SPECS/freesynd.spec Wed Dec 27 22:57:58 2006
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:       Reimplementation of the classic Bullfrog game, Syndicate
+Summary(pl):   Reimplementacja klasycznej gry Syndicate firmy Bullfrog
+Name:          freesynd
+Version:       0.1
+Release:       0.1
+License:       GPL
+Group:         X11/Applications/Games
+Source0:       http://dl.sourceforge.net/freesynd/%{name}-%{version}.zip
+# Source0-md5: 9efc6437d3983bdab5c28e4535c4b078
+Patch0:                %{name}-FHS.patch
+URL:           http://freesynd.sourceforge.net/
+BuildRequires: SDL_mixer-devel
+BuildRequires: libstdc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FreeSynd is a reimplementation of the classic Bullfrog game,
+Syndicate.
+
+%description -l pl
+FreeSynd to reimplementacja klasycznej gry Syndicate firmy Bullfrog.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+
+%build
+%{__make} -C src \
+       CXX="%{__cxx}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
+install src/%{name} $RPM_BUILD_ROOT%{_bindir}
+cp -a data/ $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%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  2006/12/27 21:57:58  adamg
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to