/[packages]/cauldron/mednafen/current/SPECS/mednafen.spec
ViewVC logotype

Annotation of /cauldron/mednafen/current/SPECS/mednafen.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (hide annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 3 months ago) by pterjan
File size: 1343 byte(s)
oops
1 dmorgan 160247 Name: mednafen
2 wally 325098 Version: 0.9.26
3 luigiwalser 362260 Release: %mkrel 3
4 dmorgan 160247 Summary: Multi-consoles Emulator
5     License: GPLv2+
6     URL: http://mednafen.sourceforge.net/
7     Group: Emulators
8 wally 325098 Source0: https://prdownloads.sourceforge.net/mednafen/%{name}-%{version}-wip.tar.bz2
9 luigiwalser 362260 Patch0: mednafen-0.9.26-wip-automake-1.13.patch
10 dmorgan 160247 BuildRequires: libcdio-devel
11     BuildRequires: libvorbis-devel
12     BuildRequires: SDL_net-devel
13     BuildRequires: libsndfile-devel
14     BuildRequires: alsa-lib-devel
15     BuildRequires: zlib-devel
16     BuildRequires: bison
17     BuildRequires: SDL-devel
18     BuildRequires: mesagl-devel
19     BuildRequires: mesaglu-devel
20 wally 325098 BuildRequires: pkgconfig(jack)
21 dmorgan 160247
22     %description
23     Mednafen emulates several consoles:
24 wally 325098 -Atari Lynx
25     -GameBoy (Color)
26     -GameBoy Advance
27     -Neo Geo Pocket (Color)
28     -NES
29     -SNES
30     -PC Engine (TurboGrafx 16)
31     -PC-FX
32     -Sega Master System & Game Gear
33     -SuperGrafx
34     -Virtual Boy
35     -WonderSwan (Color)
36 dmorgan 160247
37     Warning: No GUI.
38    
39     %files -f %{name}.lang
40 wally 325100 %doc ChangeLog TODO installed-docs/*
41 dmorgan 160247 %{_bindir}/%{name}
42     %{_datadir}/%{name}/c68k_op0.inc
43    
44     #--------------------------------------------------------------------
45    
46     %prep
47     %setup -q -n %{name}
48 luigiwalser 362260 %patch0 -p1
49 dmorgan 160247
50 wally 325098 find ./src -type f -exec chmod 644 {} \;
51     find ./src -type d -exec chmod 755 {} \;
52    
53 dmorgan 160247 %build
54 wally 325098 autoreconf -vfi
55     %configure2_5x
56 dmorgan 160247 %make
57    
58     %install
59 wally 325098 %makeinstall_std
60    
61     #docs
62     mv Documentation installed-docs
63     rm -rf installed-docs/Makefile*
64    
65 dmorgan 160247 %find_lang %{name}

  ViewVC Help
Powered by ViewVC 1.1.30