# HG changeset patch # User Christophe Lincoln # Date 1305375359 -7200 # Node ID 35f2d9d491ed72f1b8c7422daa0e1766c07a8e05 # Parent 18c3ea31d8f0ad7ef05ca1f25eecc92d0530fe92 wget: fix BUILD_DEPENDS diff -r 18c3ea31d8f0 -r 35f2d9d491ed wget/receipt --- a/wget/receipt Sat May 14 14:11:40 2011 +0200 +++ b/wget/receipt Sat May 14 14:15:59 2011 +0200 @@ -5,23 +5,24 @@ CATEGORY="utilities" SHORT_DESC="retrieve files from the web" MAINTAINER="sygne@ombres.eu" -DEPENDS="openssl libidn" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/wget/wget.html" WGET_URL="http://ftp.gnu.org/gnu/wget/$TARBALL" +DEPENDS="openssl libidn" +BUILD_DEPENDS="openssl-dev libidn-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - echo $_pkg mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr } @@ -31,7 +32,6 @@ { echo -e " wget is in conflict with the busybox wget. -You'll have to re-install it after each busybox update. If you want to use the busybox wget, do (as root): \033[1m ln -s /bin/busybox /usr/bin/wget \033[0m "