SPECS: gngeo.spec (NEW) - new by Mi³osz Rze¼nikowski, with some li...
shadzik
shadzik at pld-linux.org
Sat Jul 8 08:53:00 CEST 2006
Author: shadzik Date: Sat Jul 8 06:53:00 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new by Miłosz Rzeźnikowski, with some little fixes by myself
---- Files affected:
SPECS:
gngeo.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gngeo.spec
diff -u /dev/null SPECS/gngeo.spec:1.1
--- /dev/null Sat Jul 8 08:53:00 2006
+++ SPECS/gngeo.spec Sat Jul 8 08:52:55 2006
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary: A good Neo-Geo emulator
+Name: gngeo
+Version: 0.6.12
+Release: 1
+License: GPL
+Group: Applications/Emulators
+Source0: http://m.peponas.free.fr/gngeo/download/%{name}-%{version}.tar.gz
+# Source0-md5: cad0232606b7c4f0449445ba0dea080f
+Patch0: %{name}-ac_patch.patch
+URL: http://m.peponas.free.pr/gngeo/
+BuildRequires: OpenGL-devel
+BuildRequires: SDL_image-devel
+%ifarch %{ix86}
+BuildRequires: nasm
+%endif
+BuildRequires: zlib-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+gngeo is a program that emulates the SNK Neo-Geo game system. It uses
+SDL and optimized assembly CPU emulation cores on i386 platforms.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+
+%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 FAQ NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*
+%{_mandir}/man1/gngeo*
+
+%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 2006/07/08 06:52:55 shadzik
+- new by Miłosz Rzeźnikowski, with some little fixes by myself
+
================================================================
More information about the pld-cvs-commit
mailing list