wok rev 25128

updated cgdb (0.7.1 -> 0.8.0)
author Hans-G?nter Theisgen
date Tue Jun 28 17:15:25 2022 +0100 (22 months ago)
parents 74692b14e380
children f3f4f971f674
files cgdb/description.txt cgdb/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cgdb/description.txt	Tue Jun 28 17:15:25 2022 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +Cgdb is a lightweight curses (terminal-based) interface to the
     1.5 +GNU Debugger (GDB).
     1.6 +In addition to the standard gdb console, cgdb provides a split
     1.7 +screen view that displays the source code as it executes.
     1.8 +The keyboard interface is modeled after vim, so vim users should
     1.9 +feel at home using cgdb.
     2.1 --- a/cgdb/receipt	Tue Jun 28 16:41:22 2022 +0100
     2.2 +++ b/cgdb/receipt	Tue Jun 28 17:15:25 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cgdb"
     2.7 -VERSION="0.7.1"
     2.8 +VERSION="0.8.0"
     2.9  CATEGORY="development"
    2.10  TAGS="debugger"
    2.11  SHORT_DESC="Curses interface for GDB."
    2.12 @@ -39,6 +39,5 @@
    2.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.14  genpkg_rules()
    2.15  {
    2.16 -	mkdir -p $fs/usr
    2.17 -	cp -a $install/usr/bin	$fs/usr
    2.18 +	cook_copy_folders	bin
    2.19  }