Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37546609
en ru br
ALT Linux repos
S:1.3.2-alt4

Group :: System/Libraries
RPM: libmpsse

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:         libmpsse
Version:      1.3.2
Release:      alt4
Epoch:        1

Summary:      Open source library for SPI/I2C control via FTDI chips
Group:        System/Libraries
#URL:          https://github.com/devttys0/libmpsse
URL:          https://github.com/l29ah/libmpsse
License:      BSD

Packager:     Vladislav Zavjalov <slazav at altlinux.org>

Source:       %name-%version.tar
BuildRequires: libftdi1-devel swig python-devel
Requires:      libftdi1

%description
Open source library for SPI/I2C control via FTDI chips

%package devel
Summary: Development files for %name.
Group:   System/Libraries
Requires: %name = %version-%release

%description devel
Open source library for SPI/I2C control via FTDI chips, development files.

%prep
%setup -q

%build
cd src
%autoreconf
%configure
%make_build

%install
%makeinstall_std -C src
rm -f %buildroot/%_libdir/*.a

%files
%_libdir/*.so
%python_sitelibdir/*.so
%python_sitelibdir/*.py*

%files devel
%_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