SPECS: avra.spec (NEW) - new

yogib yogib at pld-linux.org
Sat Sep 9 18:33:30 CEST 2006


Author: yogib                        Date: Sat Sep  9 16:33:30 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/avra.spec
diff -u /dev/null SPECS/avra.spec:1.1
--- /dev/null	Sat Sep  9 18:33:30 2006
+++ SPECS/avra.spec	Sat Sep  9 18:33:25 2006
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:	Atmel AVR Assembler
+Summary(pl):	Asembler dla mikrokontrolerów AVR Atmel
+Name:		avra
+Version:	1.1.1
+Release:	0.1
+License:	GPL
+Group:		Development
+Source0:	http://dl.sourceforge.net/avra/%{name}-%{version}-src.tar.gz
+# Source0-md5:	a09fb18db3024b188c6439bdf6f17bf9
+URL:		http://avra.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AVRA is an assembler for Atmel AVR microcontrollers, and it is almost
+compatible with Atmel's own assembler AVRASM32.
+
+%description -l pl
+AVRA jest asemblerem dla mikrokontrolerów AVR Atmel, i jest prawie
+całkowicie kompatybilny z własnym asemblerem AVRASM32 Atmela.
+
+%prep
+%setup -q -c
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+cp -rf Example/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+
+%attr(755,root,root) %{_bindir}/*
+%{_examplesdir}/%{name}-%{version}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+
+$Log$
+Revision 1.1  2006/09/09 16:33:25  yogib
+- new
+
================================================================


More information about the pld-cvs-commit mailing list