File fastboot.spec of Package fastboot
Summary: AVR Bootloader
Name: fastboot
Version: 2.1build29
Release: 1
License: GPL-2.0
Group: Development/Tools/Other
URL: http://www.mikrocontroller.net/articles/AVR_Bootloader_FastBoot_von_Peter_Dannegger
Source0: fastboot_build29.tar.gz
Source1: AVR000.zip
BuildRequires: unzip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
FastBoot is a small boot loader for Atmel ATtiny and ATmega
microcontrollers.
%prep
%setup -q -a 1 -n fastboot
%install
install -d -m755 %buildroot/opt/cross/avr/src/fastboot
cp -a * %buildroot/opt/cross/avr/src/fastboot
%files
%defattr(-,root,root,-)
%doc README
/opt/cross
%changelog
* Mon Sep 24 2012 Reinhard Max <max@suse.de> -
- Initial build.