]> git.pld-linux.org Git - packages/SimIt-ARM.git/commitdiff
- don't hit me, it's only raw
authorkolodko <kolodko@pld-linux.org>
Fri, 9 Sep 2005 13:20:59 +0000 (13:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 0.1

Changed files:
    SimIt-ARM.spec -> 1.1

SimIt-ARM.spec [new file with mode: 0644]

diff --git a/SimIt-ARM.spec b/SimIt-ARM.spec
new file mode 100644 (file)
index 0000000..2c35d36
--- /dev/null
@@ -0,0 +1,72 @@
+
+Summary:       very fast functional and cycle-accurate simulators for ARM
+#Summary(pl):  ??
+Name:          SimIt-ARM
+Version:       2.1
+Release:       0.1
+License:       GPL v2
+Group:         Applications
+Source0:       http://dl.sourceforge.net/simit-arm/%{name}-%{version}.tar.gz
+# Source0-md5: 8dfdc17adfccd61de5a0718ebf7c557a
+URL:           http://simit-arm.sourceforge.net/
+BuildRequires: byacc
+
+#BuildRequires:        autoconf
+#BuildRequires:        automake
+#BuildRequires:        libtool
+#BuildArch:    noarch
+#ExclusiveArch:        %{ix86}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _noautostrip    .*nwfpe.bin
+
+%description
+SimIt-ARM was developed to demonstrate the usefulness of the Operation
+State Machine (OSM) model and the Mescal Architecture Description
+Language MADL). The package contains an instruction-set simulator
+(sometimes called emulator) and a cycle-accurate simulator for the
+StrongARM architecture. Both simulators read ELF32 little-endian
+ARM-linux binaries and can simulate most of the SPEC Int and SPEC FP
+benchmarks.
+
+#%description -l pl
+
+%prep
+%setup -q
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%%{__gettextize}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+#cp -f /usr/share/automake/config.sub .
+
+%configure
+%{__make}
+
+#%{__make} \
+#      CFLAGS="%{rpmcflags}" \
+#      LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+mv $RPM_BUILD_ROOT%{_datadir}/nwfpe.bin $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.080814 seconds and 4 git commands to generate.