]> git.pld-linux.org Git - packages/SimIt-ARM.git/blob - SimIt-ARM.spec
- don't hit me, it's only raw
[packages/SimIt-ARM.git] / SimIt-ARM.spec
1
2 Summary:        very fast functional and cycle-accurate simulators for ARM
3 #Summary(pl):   ??
4 Name:           SimIt-ARM
5 Version:        2.1
6 Release:        0.1
7 License:        GPL v2
8 Group:          Applications
9 Source0:        http://dl.sourceforge.net/simit-arm/%{name}-%{version}.tar.gz
10 # Source0-md5:  8dfdc17adfccd61de5a0718ebf7c557a
11 URL:            http://simit-arm.sourceforge.net/
12 BuildRequires:  byacc
13
14 #BuildRequires: autoconf
15 #BuildRequires: automake
16 #BuildRequires: libtool
17 #BuildArch:     noarch
18 #ExclusiveArch: %{ix86}
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _noautostrip    .*nwfpe.bin
22
23 %description
24 SimIt-ARM was developed to demonstrate the usefulness of the Operation
25 State Machine (OSM) model and the Mescal Architecture Description
26 Language MADL). The package contains an instruction-set simulator
27 (sometimes called emulator) and a cycle-accurate simulator for the
28 StrongARM architecture. Both simulators read ELF32 little-endian
29 ARM-linux binaries and can simulate most of the SPEC Int and SPEC FP
30 benchmarks.
31
32 #%description -l pl
33
34 %prep
35 %setup -q
36
37 %build
38 # if ac/am/* rebuilding is necessary, do it in this order and add
39 # appropriate BuildRequires
40 #%%{__gettextize}
41 #%%{__libtoolize}
42 #%%{__aclocal}
43 #%%{__autoconf}
44 #%%{__autoheader}
45 #%%{__automake}
46 #cp -f /usr/share/automake/config.sub .
47
48 %configure
49 %{__make}
50
51 #%{__make} \
52 #       CFLAGS="%{rpmcflags}" \
53 #       LDFLAGS="%{rpmldflags}"
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 mv $RPM_BUILD_ROOT%{_datadir}/nwfpe.bin $RPM_BUILD_ROOT%{_datadir}/%{name}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc AUTHORS ChangeLog NEWS README
71 %attr(755,root,root) %{_bindir}/*
72 %{_datadir}/%{name}
This page took 0.067525 seconds and 3 git commands to generate.