]> git.pld-linux.org Git - packages/VGB.git/commitdiff
- a nice powerful free gameboy emulator, had this spec for years
authordjurban <djurban@pld-linux.org>
Thu, 22 Sep 2005 15:40:10 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VGB.spec -> 1.1

VGB.spec [new file with mode: 0644]

diff --git a/VGB.spec b/VGB.spec
new file mode 100644 (file)
index 0000000..062f6c8
--- /dev/null
+++ b/VGB.spec
@@ -0,0 +1,33 @@
+#
+Summary:       GameBoy emulator
+Summary(pl):   Emulator GameBoya
+Name:          VGB
+Version:       3.0
+Release:       1
+License:       Copyright (distributable)
+Group:         Applications
+Source0:       http://fms.komkon.org/VGB/%{name}30-Linux-80x86-bin.tar.Z
+# Source0-md5: e8009549977f1e763b9dd026f219941c
+URL:           http://fms.komkon.org/VGB
+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 vgb $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc VGB.html
+%attr(755,root,root) %{_bindir}/vgb
This page took 0.064857 seconds and 4 git commands to generate.