mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package:
- add package cgdb
This commit is contained in:
parent
bf1ddf14c0
commit
dc0a2dcec1
20
packages/debug/cgdb/build
Executable file
20
packages/debug/cgdb/build
Executable file
@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build ncurses
|
||||
$SCRIPTS/build readline
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
ac_cv_file__dev_ptmx=yes \
|
||||
ac_cv_func_setpgrp_void=no \
|
||||
ac_cv_rl_version=6.0 \
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--with-readline=$SYSROOT_PREFIX/usr \
|
||||
|
||||
make
|
||||
|
8
packages/debug/cgdb/install
Executable file
8
packages/debug/cgdb/install
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install ncurses
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/$1/src/$1 $INSTALL/usr/bin
|
1
packages/debug/cgdb/url
Normal file
1
packages/debug/cgdb/url
Normal file
@ -0,0 +1 @@
|
||||
http://prdownloads.sourceforge.net/cgdb/cgdb-0.6.4.tar.gz
|
Loading…
x
Reference in New Issue
Block a user