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

Group :: Engineering
RPM: mesaflash

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: mesaflash
Version: 3.4.6
Release: alt1
Summary: Configuration and diagnostic tool for Mesa Electronics boards
License: GPLv2+
Group: Engineering
Url: https://github.com/LinuxCNC/mesaflash
Source0: %name-%version.tar

# Not available sys/io.h

ExcludeArch: armh ppc64le

BuildRequires: pkgconfig(libpci)
BuildRequires: pkgconfig(libmd)

%description
Configuration and diagnostic tool for Mesa Electronics
PCI(E)/ETH/EPP/USB/SPI boards.

%prep
%setup
# Remove binary files
rm -rf *.dll *.sys libpci

%build
%ifarch i386 x86_64
 export USE_STUBS=0
%else
 export USE_STUBS=1
%endif
%make_build OWNERSHIP=""

%install
%ifarch i386 x86_64
 export USE_STUBS=0
%else
 export USE_STUBS=1
%endif
%makeinstall DESTDIR="%buildroot%_prefix" OWNERSHIP=""

%files
%doc README.md
%_bindir/%name
%_mandir/man1/*.1*

%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