]> git.pld-linux.org Git - packages/dosbox.git/commitdiff
- new
authorwolf <wolf@pld-linux.org>
Sat, 12 Apr 2003 11:19:25 +0000 (11:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dosbox.spec -> 1.1

dosbox.spec [new file with mode: 0644]

diff --git a/dosbox.spec b/dosbox.spec
new file mode 100644 (file)
index 0000000..7b76437
--- /dev/null
@@ -0,0 +1,49 @@
+Summary:       x86/DOS emulator with sound/graphics primarily for games
+Summary(pl):   Emulator x86/DOS z d¼wiêkiem/grafik± g³ównie dla gier
+Name:          dosbox
+Version:       0.58
+Release:       1
+License:       GPL
+Group:         Applications/Emulators
+Source0:       http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
+BuildRequires: libpng-devel
+%{?debug:BuildRequires:        ncurses-devel}
+BuildRequires: SDL-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DOSBox emulates a 286/386 realmode CPU, Directory FileSystem/XMS/EMS, a
+SoundBlaster card for excellent sound compatibility with older games...
+
+You can "re-live" the good old days with the help of DOSBox, it can run plenty
+of the old classics that don't run on your new computer!
+
+%description -l pl
+DOSBox emuluje tryb rzeczywisty procesora 286/386, system plików z
+katalogami, pamiêæ XMS/EMS oraz kartê SoundBlaster w celu zapewnienia
+znakomitej kompatybilno¶ci ze starymi grami.
+
+Stare wspomnienia od¿yj± z pomoc± DOSBoxa. Dziêki niemu mo¿na uruchomiæ
+mnóstwo klasyków, które nie odpalaj± siê na nowych komputerach.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --enable-shots \
+       %{?debug:--enable-debug}
+
+%{__make}
+
+%install
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README THANKS
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.084378 seconds and 4 git commands to generate.