]> git.pld-linux.org Git - packages/avra.git/commitdiff
- new
authoryogib <yogib@pld-linux.org>
Sat, 9 Sep 2006 16:33:25 +0000 (16:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avra.spec -> 1.1

avra.spec [new file with mode: 0644]

diff --git a/avra.spec b/avra.spec
new file mode 100644 (file)
index 0000000..7d8fa16
--- /dev/null
+++ b/avra.spec
@@ -0,0 +1,50 @@
+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}
This page took 0.073628 seconds and 4 git commands to generate.