boost : cuisson difficile

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


Salut,

Je rencontre quelque difficulté à cuire boost. Le dl s'effectue bien dans /home/slitaz/src mais wget indique une erreur ...
Cela est peut être du à l'utilisation de "_" dans le nom du paquet ?

# tazwok cook boost
Checking for build dependencies...

Starting to cook boost...
================================================================================
Checking for source tarball... 
Connecting to garr.dl.sourceforge.net (193.206.140.34:80)
boost_1_35_0.tar.bz2 100% |*******************************| 22867k 00:00:00 ETA

Download failed, exiting. Please check WGET_URL variable.


La recette :
-----------------------------------------------------
# SliTaz package receipt.

PACKAGE="boost"
SOURCE="boost"
VERSION="1_35_0"
CATEGORY="extra"
SHORT_DESC="C++ libraries."
MAINTAINER="fraazz@xxxxxxxxxx"
DEPENDS=""
TARBALL="$PACKAGE_$VERSION.tar.bz2"
WEB_SITE="http://boost.org/";
WGET_URL="http://garr.dl.sourceforge.net/boost/boost_$VERSION.tar.bz2";

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	./configure --prefix=/usr --infodir=/usr/share/info \
	--mandir=/usr/share/man $CONFIGURE_ARGS
	make
	make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr
	cp -a $_pkg/usr/bin $fs/usr
}

------------------------------------------------------
+
npni

---
SliTaz GNU/Linux Mailing list.
Web site : http://www.slitaz.org/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/