]> git.pld-linux.org Git - packages/avra.git/blob - avra.spec
- up to 1.2.0
[packages/avra.git] / avra.spec
1 Summary:        Atmel AVR Assembler
2 Summary(pl):    Asembler dla mikrokontrolerów AVR Atmel
3 Name:           avra
4 Version:        1.2.0
5 Release:        1
6 License:        GPL
7 Group:          Development
8 Source0:        http://dl.sourceforge.net/avra/%{name}-%{version}-src.tgz
9 # Source0-md5:  571e0b530040814a09129c348be1d09a
10 URL:            http://avra.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 AVRA is an assembler for Atmel AVR microcontrollers, and it is almost
17 compatible with Atmel's own assembler AVRASM32.
18
19 %description -l pl
20 AVRA jest asemblerem dla mikrokontrolerów AVR Atmel, i jest prawie
21 ca³kowicie kompatybilny z w³asnym asemblerem AVRASM32 Atmela.
22
23 %prep
24 %setup -q -c
25
26 %build
27 %{__aclocal}
28 %{__autoconf}
29 %{__automake}
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 cp -rf Example/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog NEWS README TODO
48 %attr(755,root,root) %{_bindir}/*
49 %{_examplesdir}/%{name}-%{version}
This page took 0.094058 seconds and 3 git commands to generate.