move package readline:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 08:03:25 +02:00
parent d0b868c5e8
commit 1f080572ee
3 changed files with 0 additions and 25 deletions

View File

@ -1,19 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build ncurses
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--enable-static \
--disable-shared \
--with-curses
make
$MAKEINSTALL

View File

@ -1,5 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/fixconfigtools $PKG_BUILD/support

View File

@ -1 +0,0 @@
ftp://ftp.gnu.org/gnu/readline/readline-6.0.tar.gz