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