Author: gotar Date: Fri Feb 10 00:59:20 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial spec for Descent 2 port
---- Files affected: SPECS: d2x-xl.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/d2x-xl.spec diff -u /dev/null SPECS/d2x-xl.spec:1.1 --- /dev/null Fri Feb 10 01:59:20 2006 +++ SPECS/d2x-xl.spec Fri Feb 10 01:59:15 2006 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ +Summary: - +Summary(pl): - +Name: d2x-xl +Version: 1.5.112 +Release: 0.1 +License: GPLv2 +Group: X11/Applications/Games +Source0: http://www.descent2.de/resources/%{name}-src-%{version}.tgz +# Source0-md5: 8eefcfc57bcf27ff5fb91a3da750a87a +URL: http://www.descent2.de/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: SDL-devel +BuildRequires: SDL_mixer-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description + +%description -l pl + +%prep +%setup -q -n src + +%build +rm -f missing +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* + +%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/02/10 00:59:15 gotar +- initial spec for Descent 2 port ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
