summaryrefslogtreecommitdiffstats
path: root/simulavr.spec
blob: 8c66f2778811b2bd168caef4fcc9287e08213a68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Name:		simulavr
Version:	0.1.2.6
Release:	1%{?dist}
Summary:	An AVR Simulator

Group:		FIXME
License:	FIXME
URL:		http://savannah.nongnu.org/projects/simulavr/
Source0:	http://mirrors.zerg.biz/nongnu/simulavr/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#BuildRequires:	
#Requires:	

%description
A simulator for chips from Atmel's AVR series of microcontrollers.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc



%changelog