]> git.pld-linux.org Git - packages/vmips.git/blob - vmips.spec
- tabs in preamble
[packages/vmips.git] / vmips.spec
1 Summary:        Virtual machine simulator based on a MIPS R3000 processor
2 Summary(pl.UTF-8):      Symulator maszyny wirtualnej opartej na procesorze MIPS R3000
3 Name:           vmips
4 Version:        1.3.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Emulators
8 Source0:        http://vmips.sourceforge.net/releases/%{name}-%{version}/vmips-%{version}.tar.gz
9 # Source0-md5:  882776097824ed5fe9eaf28220daceca
10 URL:            http://vmips.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Vmips is a virtual machine simulator based around a MIPS R3000 RISC
17 CPU core. It is an open-source project written in GNU C++ and which is
18 distributed under the GNU General Public License.
19
20 %description -l pl.UTF-8
21 Vmips to symulator maszyny wirtualnej opartej na rdzeniu procesora
22 RISC MIPS R3000. Jest to projekt z otwartymi źródłami napisany w GNU
23 C++ i jest rozpowszechniany na licencji GNU GPL.
24
25 %prep
26 %setup -q
27
28 %build
29 #%%{__gettextize}
30 %{__aclocal}
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc ChangeLog README
49 %attr(755,root,root) %{_bindir}/*
50 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vmipsrc
51 %{_includedir}/%{name}
52 %{_datadir}/%{name}
53 %{_mandir}/*/vmips*
54 %{_infodir}/vmips*
This page took 0.062529 seconds and 3 git commands to generate.