Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37515295
en ru br
ALT Linux repos
S:0.7.0-alt1
5.0: 0.6.4-alt2

Group :: Development/Debuggers
RPM: cgdb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: cgdb
Summary: Frontend for GDB
Version: 0.7.0
Release: alt1
Url: http://cgdb.github.io/
License: GPL2
Group: Development/Debuggers

Packager: Alexey Gladkov <legion at altlinux.ru>

Source: %name-%version.tar.bz2

Requires: gdb

BuildRequires: gcc-c++
BuildRequires: flex
BuildRequires: libncurses-devel
BuildRequires: libreadline-devel
BuildRequires: texinfo
BuildRequires: help2man

%description
CGDB is a curses (terminal-based) interface to the GNU Debugger (GDB).
Its goal is to be lightweight and responsive; not encumbered with
unnecessary features.

%prep
%setup -q

%build
%configure
printf '#define HAVE_DEV_PTMX 1\n' >> config.h

%make_build

%install
%makeinstall_std

%files
%doc README NEWS
%_bindir/*
%_datadir/%name
%_infodir/*

%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