]> git.pld-linux.org Git - packages/dosbox.git/blob - dosbox.spec
- 0.60
[packages/dosbox.git] / dosbox.spec
1 Summary:        x86/DOS emulator with sound/graphics primarily for games
2 Summary(pl):    Emulator x86/DOS z d¼wiêkiem/grafik± g³ównie dla gier
3 Name:           dosbox
4 Version:        0.60
5 Release:        1
6 License:        GPL
7 Group:          Applications/Emulators
8 Source0:        http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  9f42dff884dc67b46b3fdde27ac44578
10 Source1:        %{name}.desktop
11 Source2:        %{name}.png
12 Source3:        %{name}.conf
13 URL:            http://dosbox.sourceforge.net/
14 BuildRequires:  SDL-devel >= 1.2.0
15 BuildRequires:  libpng-devel
16 %{?debug:BuildRequires: ncurses-devel}
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 DOSBox emulates a 286/386 realmode CPU, Directory FileSystem/XMS/EMS,
21 a SoundBlaster card for excellent sound compatibility with older
22 games...
23
24 You can "re-live" the good old days with the help of DOSBox, it can
25 run plenty of the old classics that don't run on your new computer!
26
27 %description -l pl
28 DOSBox emuluje tryb rzeczywisty procesora 286/386, system plików z
29 katalogami, pamiêæ XMS/EMS oraz kartê SoundBlaster w celu zapewnienia
30 znakomitej kompatybilno¶ci ze starymi grami.
31
32 Stare wspomnienia od¿yj± z pomoc± DOSBoksa. Dziêki niemu mo¿na
33 uruchomiæ mnóstwo klasyków, które nie odpalaj± siê na nowych
34 komputerach.
35
36 %prep
37 %setup -q
38
39 %build
40 %configure \
41         --enable-shots \
42         %{?debug:--enable-debug}
43
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_sysconfdir}}
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
54 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
55 install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog NEWS README THANKS
63 %attr(755,root,root) %{_bindir}/*
64 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
65 %{_mandir}/man1/*
66 %{_desktopdir}/*
67 %{_pixmapsdir}/*
This page took 0.190223 seconds and 3 git commands to generate.