Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37505837
en ru br
ALT Linux repos
S:1.9.5-alt1.qa1

Group :: System/Libraries
RPM: libcli

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Version: 1.9.5
Summary: Cisco-like telnet command-line library
Name: libcli
Release: alt1.qa1
License: LGPL
Group: System/Libraries
Source: %name-%version.tar
Url: http://github.com/dparrish/libcli
Packager: Evgenii Terechkov <evg at altlinux.org>

%description
libcli provides a shared library for including a Cisco-like command-line
interface into other software. It's a telnet interface which supports
command-line editing, history, authentication and callbacks for a
user-definable function tree.

%package devel
Group: Development/C
Summary: Header files for developing programs using %name
Requires: %name = %version-%release

%description devel
This package contains the header files needed to develop programs
based on %name

%prep
%setup
sed -i 's|/lib|/%_lib|g' Makefile

%build
%make_build

%install
%makeinstall_std PREFIX=%_prefix

%files
%{_libdir}/*.so.*.*
%doc README

%files devel
%{_libdir}/*.so
%{_includedir}/*.h

%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