move package cgdb:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 10:38:39 +02:00
parent 68612c50a7
commit bbb3188758
3 changed files with 0 additions and 29 deletions

View File

@ -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

View File

@ -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

View File

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