Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release-src > by-pkgid > d6a1890923ff3e126b5191dfe1201dc5 > files > 2

dboxfe-0.0.5-2.20051111.1mdk.src.rpm

Name: dboxfe
Summary: DBoxFE is a linux frontend for DOSBox
Version: 0.0.5
Release: %mkrel 2.20051111.1
License: GPL
Group:   Emulators
URL:     http://chmaster.freeforge.net/dboxfe-project.htm
Requires: kdelibs, dosbox
BuildRequires: kdelibs-devel
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
With DBoxFE you can create and manage your configuration files
very easily, which are needed by DOSBox. In addition it's also
possible to create gameprofiles to generate different configuration
files.
Since recently you can load the game automatically. I mean, you
can add your favourite game in the list and you can start it
immediately.


%prep
%setup -q -n %name

%build
make -f Makefile.cvs
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

# remove unnecessary files
rm -f $RPM_BUILD_ROOT/%{_libdir}/kde3/*.la

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS INSTALL README TODO ChangeLog
%{_bindir}/dosboxfe
%{_datadir}/applnk/Utilities/dosboxfe.desktop
%{_datadir}/apps/dboxfe/pics/dbfe.png
%{_datadir}/doc/HTML/en/dosboxfe/*
%{_libdir}/kde3/*.so


%changelog
* Fri Nov 11 2005 UTUMI Hirosi <utuhiro78@yahoo.co.jp> 0.0.5-2.20051111.1mdk
- first spec for Mandriva
- cvs snapshot