SPECS: VGBA.spec (NEW) - gameboy advance emulator, i like visualbo...
djurban
djurban at pld-linux.org
Thu Sep 22 17:44:47 CEST 2005
Author: djurban Date: Thu Sep 22 15:44:47 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- gameboy advance emulator, i like visualboy a lot better but this is nice too
---- Files affected:
SPECS:
VGBA.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/VGBA.spec
diff -u /dev/null SPECS/VGBA.spec:1.1
--- /dev/null Thu Sep 22 17:44:47 2005
+++ SPECS/VGBA.spec Thu Sep 22 17:44:42 2005
@@ -0,0 +1,45 @@
+# $Revision$, $Date$
+#
+Summary: GameBoy emulator
+Summary(pl): Emulator GameBoya
+Name: VGBA
+Version: 3.0
+Release: 1
+License: Copyright (distributable)
+Group: Applications
+Source0: http://fms.komkon.org/%{name}/%{name}30-Linux-80x86-bin.tar.Z
+# Source0-md5: 9e335c3ae6770b1cbfee8fd354321736
+URL: http://fms.komkon.org/VGBA
+ExclusiveArch: %{ix86}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Virtual GameBoy (VGB) is an emulator of the GameBoy videogame handheld produced by Nintendo. It runs GameBoy, Super GameBoy, and GameBoy Color games on PCs, Macs, PocketPCs, or just about any other sufficiently fast computer in existence. It can also help to debug GameBoy software without using a costly development system.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install vgba $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc VGBA.html
+%attr(755,root,root) %{_bindir}/vgba
+
+%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 2005/09/22 15:44:42 djurban
+- gameboy advance emulator, i like visualboy a lot better but this is nice too
+
+
================================================================
More information about the pld-cvs-commit
mailing list