wok diff cgdb/receipt @ rev 25669

Up lapack (3.12.0), less (633), libarchive (3.7.2), liblouis (3.28.0), libmicrohttpd (1.0.1), libpng (1.6.43), libssh (0.10.6), libtasn1 (4.19.0), libtirpc (1.3.4), libvpx (1.14.0), libwebp (1.3.2), logrotate (3.21.0), lua (5.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 16:11:20 2024 +0000 (4 months ago)
parents eec3edc6ef52
children
line diff
     1.1 --- a/cgdb/receipt	Thu Apr 07 17:00:12 2022 +0000
     1.2 +++ b/cgdb/receipt	Sun Feb 25 16:11:20 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cgdb"
     1.7 -VERSION="0.7.1"
     1.8 +VERSION="0.8.0"
     1.9  CATEGORY="development"
    1.10  TAGS="debugger"
    1.11  SHORT_DESC="Curses interface for GDB."
    1.12 @@ -39,6 +39,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr
    1.17 -	cp -a $install/usr/bin	$fs/usr
    1.18 +	cook_copy_folders	bin
    1.19  }