]> git.pld-linux.org Git - packages/dosbox.git/blob - dosbox.spec
532d14e0c20d5b6589ee24e999b3d6b74f514b1c
[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.58
5 Release:        1
6 License:        GPL
7 Group:          Applications/Emulators
8 Source0:        http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  91c49a597134f35f899d32a8b253205b
10 BuildRequires:  libpng-devel
11 %{?debug:BuildRequires: ncurses-devel}
12 BuildRequires:  SDL-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 DOSBox emulates a 286/386 realmode CPU, Directory FileSystem/XMS/EMS,
17 a SoundBlaster card for excellent sound compatibility with older
18 games...
19
20 You can "re-live" the good old days with the help of DOSBox, it can
21 run plenty of the old classics that don't run on your new computer!
22
23 %description -l pl
24 DOSBox emuluje tryb rzeczywisty procesora 286/386, system plików z
25 katalogami, pamiêæ XMS/EMS oraz kartê SoundBlaster w celu zapewnienia
26 znakomitej kompatybilno¶ci ze starymi grami.
27
28 Stare wspomnienia od¿yj± z pomoc± DOSBoxa. Dziêki niemu mo¿na
29 uruchomiæ mnóstwo klasyków, które nie odpalaj± siê na nowych
30 komputerach.
31
32 %prep
33 %setup -q
34
35 %build
36 %configure \
37         --enable-shots \
38         %{?debug:--enable-debug}
39
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 %{__make} install DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS NEWS README THANKS
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man1/*
This page took 0.119945 seconds and 2 git commands to generate.