]> git.pld-linux.org Git - packages/cgdb.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Sep 2003 08:43:15 +0000 (08:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cgdb.spec -> 1.1

cgdb.spec [new file with mode: 0644]

diff --git a/cgdb.spec b/cgdb.spec
new file mode 100644 (file)
index 0000000..7fe7ec6
--- /dev/null
+++ b/cgdb.spec
@@ -0,0 +1,55 @@
+Summary:       A lightweight, but fully functional curses frontend to gdb
+Summary(pl):   Lekki, ale w pe³ni funkcjonalny frontend do gdb oparty na ncurses
+Name:          cgdb
+Version:       0.3.4
+Release:       1
+License:       GPL
+Group:         Development/Debuggers
+Source0:       http://dl.sourceforge.net/cgdb/%{name}-%{version}.tar.gz
+# Source0-md5: aaea5b3cfc666724eacd7587a7327b8e
+URL:           http://cgdb.sourceforge.net/
+BuildRequires: ncurses-devel
+Requires:      gdb
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CGDB is a curses-based interface to the GNU Debugger (GDB). The goal
+of CGDB is to be lightweight and responsive; not encumbered with
+unnecessary features. The interface is designed to deliver the
+familiar GDB text interface, with a split screen showing the source as
+it executes. The UI is modeled on the classic Unix text editor, vi.
+Those familiar with vi should feel right at home using CGDB.
+
+%description -l pl
+CGDB to oparty na curses interfejs do GNU Debuggera (GDB). Celem CGDB
+jest bycie lekkim i reaktywnym, nie obci±¿onym niepotrzebnymi
+mo¿liwo¶ciami. Interfejs zosta³ tak zaprojektowany, by dostarczyæ
+znajomy interfejs tekstowy GDB z podzielonym ekranem pokazuj±cym
+¼ród³a wykonywanego kodu. Interfejs u¿ytkownika jest modelowany na
+klasyczny uniksowy edytor tekstu - vi. Znaj±cy vi u¿ywaj±c CGDB
+powinni czuæ siê jak w domu.
+
+%prep
+%setup -q
+
+%build
+CPPFLAGS="-I/usr/include/ncurses"
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+# pass noinst_bindir inside buildroot - don't mess in $TMPDIR/../../..
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       noinst_bindir=/progs
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
This page took 0.092978 seconds and 4 git commands to generate.