mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
move package cgdb:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
68612c50a7
commit
bbb3188758
@ -1,20 +0,0 @@
|
||||
#!/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
|
||||
|
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install ncurses
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/$1/src/$1 $INSTALL/usr/bin
|
@ -1 +0,0 @@
|
||||
http://prdownloads.sourceforge.net/cgdb/cgdb-0.6.4.tar.gz
|
Loading…
x
Reference in New Issue
Block a user