new package:

- add package cgdb
This commit is contained in:
Stephan Raue 2009-10-22 08:31:32 +02:00
parent bf1ddf14c0
commit dc0a2dcec1
3 changed files with 29 additions and 0 deletions

20
packages/debug/cgdb/build Executable file
View 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
View 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
View File

@ -0,0 +1 @@
http://prdownloads.sourceforge.net/cgdb/cgdb-0.6.4.tar.gz