wok view gdb-dev/receipt @ rev 25457

Normazile https://sourceforge.net/projects web_sites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 23 08:28:09 2022 +0000 (19 months ago)
parents fc9203de5ff2
children
line source
1 # SliTaz package receipt."
3 PACKAGE="gdb-dev"
4 VERSION="11.2"
5 CATEGORY="development"
6 SHORT_DESC="The GNU Project Debugger - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/gdb/"
10 DEPENDS="gdb pkg-config"
11 WANTED="gdb"
13 HOST_ARCH="i486 arm"
16 genpkg_rules()
17 {
18 # Do not copy static libs, as they are all part of binutils
19 # binutils includes libbdf.*a, libiberty.a, and libopcodes.*a
20 # Copying static libs if exists
21 #if ( find $install/usr/lib -name "*.*a" > /dev/null ); then
22 # test -d $fs/usr/lib || mkdir -p $fs/usr/lib
23 # cp -a $install/usr/lib/*.*a $fs/usr/lib
24 #fi
26 cook_copy_folders include
27 cook_copy_folders pkgconfig
28 }