]> git.pld-linux.org Git - packages/avarice.git/blob - avarice.spec
68d1ca43294c52ee9db2f453145c6311f2bafc9b
[packages/avarice.git] / avarice.spec
1 Summary:        AVR JTAG ICE interface to GNU Debugger GDB
2 Summary(pl):    Interfejs AVR JTAG ICEa dla GNU debugera GDB
3 Name:           avarice
4 Version:        2.3
5 Release:        0.1
6 License:        GPL
7 Group:          Development/Debuggers
8 Source0:        http://dl.sourceforge.net/avarice/%{name}-%{version}.tar.gz
9 # Source0-md5:  0fafa811914f47d3075888d8554ba37f
10 URL:            http://avarice.sourceforge.net/
11 Requires:       gdb >= 6.0.0
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 AVaRICE is a program which interfaces the GNU Debugger GDB with the
16 AVR JTAG ICE available from Atmel.
17
18 %description -l pl
19 AVaRICE jest programem, który jest nak³adk± na GNU debugera GDB dla
20 AVR JTAG ICEa firmy Atmel.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc AUTHORS ChangeLog
41 %attr(755,root,root) %{_bindir}/*
42 %{_datadir}/%{name}
43 %{_mandir}/man1/*
This page took 0.077597 seconds and 3 git commands to generate.