move package gnutls:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 09:11:28 +02:00
parent c0923e5979
commit 8106c76467
3 changed files with 0 additions and 27 deletions

View File

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

View File

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

View File

@ -1 +0,0 @@
ftp://ftp.gnu.org/pub/gnu/gnutls/gnutls-2.8.1.tar.bz2