Author: maciek2w                     Date: Tue Feb 28 14:26:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial revision

---- Files affected:
SPECS:
   skyeye.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/skyeye.spec
diff -u /dev/null SPECS/skyeye.spec:1.1
--- /dev/null   Tue Feb 28 15:26:23 2006
+++ SPECS/skyeye.spec   Tue Feb 28 15:26:17 2006
@@ -0,0 +1,57 @@
+Summary:       SkyEye is an Open Source Simulator for ARM
+Summary(pl):   SkyEye jest symulatorem procesora ARM
+Name:          skyeye
+Version:       1.0.0
+Release:       1
+License:       GPL v2
+Group:         Applications
+Source0:       http://download.gro.clinux.org/skyeye/%{name}-%{version}.tar.bz2
+# Source0-md5: f28212bda583fdec6b48540da689977d
+Source1:       skyeye.conf
+URL:           http://www.skyeye.org
+BuildRequires: gtk+2-devel
+BuildRequires: pkg-config
+BuildRequires: atk-devel
+BuildRequires: freetype-devel >= 2.0
+BuildRequires: glib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SkyEye is an Open Source Simulator, which can simulate Atmel AT91, 
+EP7312, cs89712, StrongARM(SA1100/SA1110), XScale PXA25x. 
+Users can run Operating Systems such as Linux, uCLinux, uC/OS-II 
+for ARM and can analyze or debug in source level.
+
+%description -l pl
+SkyEye jest symulatorem o otwartych źródłach. Symuluje następujące 
+procesory: Atmel AT91, EP7312, cs89712, StrongARM(SA1100/SA1110), 
+XScale PXA25x. Umożliwia uruchomienie systemów operacyjnych
+takich jak Linux, uCLinux, uC/OS-II na procesorze ARM, ich
+analizę i odpluskiwanie na poziomie kodu źródłowego.
+
+%prep
+%setup -q
+install %{SOURCE1} .
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install binary/skyeye $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README skyeye.conf
+%attr(755,root,root) %{_bindir}/skyeye
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to