remove package:

- remove libtool
This commit is contained in:
Stephan Raue 2009-11-16 16:34:36 +01:00
parent ff4822f837
commit ed516dbed7
3 changed files with 0 additions and 26 deletions

View File

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

View File

@ -1,6 +0,0 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/libltdl/.libs/*.so* $INSTALL/usr/lib

View File

@ -1 +0,0 @@
ftp://ftp.gnu.org/gnu/libtool/libtool-2.2.6a.tar.gz