]> git.pld-linux.org Git - packages/bochs.git/commitdiff
- more with and enabled for configure
authorpascalek <pascalek@pld-linux.org>
Wed, 8 Jan 2003 08:40:03 +0000 (08:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bochs.spec -> 1.21

bochs.spec

index d048dae38fe1a3ddd4e39ccdf16e6358b312b429..7638c764d490700dda667e8fde7c61555a529237 100644 (file)
@@ -1,11 +1,11 @@
 # TODO:
-#      - more --with and --enable in configure
+#      - more subpackages (plugins)
 
 Summary:       Portable x86 PC Emulator
 Summary(pl):   Przeno¶ny emulator x86 PC
 Name:          bochs
 Version:       2.0
-Release:       1.1
+Release:       1.2
 License:       GPL
 Group:         Applications/Emulators
 Source0:       http://telia.dl.sourceforge.net/sourceforge/bochs/%{name}-%{version}.tar.gz
@@ -13,6 +13,8 @@ URL:          http://bochs.sourceforge.net/
 BuildRequires: XFree86-devel
 BuildRequires: libstdc++-devel
 BuildRequires: wxGTK-devel
+BuildRequires: SDL-devel
+BuildRequires:         svgalib-devel
 #vga.pcf.gz
 Requires:      XFree86-fonts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -34,10 +36,24 @@ Twoim komputerze.
 %build
 %configure \
        --enable-cdrom \
-       --enable-cpu-level=6 \
+       --enable-cpu-level=5 \
        --enable-vbe \
+       --enable-sb16=linux \
+       --enable-configure-interface \
+       --enable-new-pit \
+       --enable-ne2000 \
+       --enable-plugins \
+       --enable-repeat-speedups \
+       --enable-icache \
+       --enable-host-specific-asms \
+       --enable-all-optimizations \
+       --enable-mmx \
+       --enable-sse=2 \
        --with-x \
        --with-wx \
+       --with-rfb \
+       --with-sdl \
+       --with-svga \
        --with-x11
        
 %{__make}
@@ -72,6 +88,8 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/%{name}/keymaps
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_datadir}/%{name}/keymaps/convertmap.pl
+%attr(755,root,root) %{_libdir}/%{name}/plugins/*.so.*
+%{_libdir}/%{name}/plugins/*.la
 %{_datadir}/%{name}/keymaps/*.map
 %{_datadir}/%{name}/*BIOS*
 %{_mandir}/man[15]/*
This page took 0.119862 seconds and 4 git commands to generate.