Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37337245
en ru br
ALT Linux repos
S:1.4.2-alt1

Group :: Development/C
RPM: avra

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: avra
Version: 1.4.2
Release: alt1
Summary: AVRA is an assembler for Atmel AVR microcontrollers
License: GPLv2
Group: Development/C
Url: https://github.com/Ro5bert/avra
Source0: %name.tar
%description
AVRA is an assembler for Atmel AVR microcontrollers, and it is almost
compatible with Atmel's own assembler, AVRASM32. AVRA is written in C99.

%prep
%setup -n %name

%build
export CFLAGS='%optflags'
export LDFLAGS='%optflags'
%make PREFIX=%_prefix

%install
%makeinstall_std PREFIX=%_prefix

%check
%make check

%files
%_bindir/*
%_includedir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin