# HG changeset patch # User Pascal Bellard # Date 1544703973 -3600 # Node ID ff9bdf7198284a819c8be6dabad329ba18e30c27 # Parent 1be66a08b81f2c311ef939edd0f4d6a19a327cc0 Get xscavenger tarball from archive.org diff -r 1be66a08b81f -r ff9bdf719828 cups-pam/receipt --- a/cups-pam/receipt Thu Dec 13 11:44:12 2018 +0100 +++ b/cups-pam/receipt Thu Dec 13 13:26:13 2018 +0100 @@ -14,7 +14,7 @@ DEPENDS="libssl cups-doc dbus pam libcomerr libkrb5 cups-filters libcups" BUILD_DEPENDS="openssl-dev gnutls-dev dbus-dev jpeg-dev libpng-dev tiff-dev \ -pam libcomerr-dev pam-dev acl-dev libgcrypt-dev" +pam libcomerr-dev pam-dev acl-dev libgcrypt-dev libgnutls" # Rules to configure and make the package. compile_rules() diff -r 1be66a08b81f -r ff9bdf719828 openmpi/receipt --- a/openmpi/receipt Thu Dec 13 11:44:12 2018 +0100 +++ b/openmpi/receipt Thu Dec 13 13:26:13 2018 +0100 @@ -11,12 +11,11 @@ WGET_URL="http://www.open-mpi.org/software/ompi/v${VERSION%.*}/downloads/$TARBALL" DEPENDS="gcc gfortran libtool openssh valgrind" -BUILD_DEPENDS="$DEPENDS valgrind-dev" +BUILD_DEPENDS="$DEPENDS valgrind-dev file" # Rules to configure and make the package. compile_rules() { - cd $src ./configure --sysconfdir=/etc/${PACKAGE} \ --enable-mpi-f90 \ --libdir=/usr/lib/${pkgname} \ diff -r 1be66a08b81f -r ff9bdf719828 powertop/receipt --- a/powertop/receipt Thu Dec 13 11:44:12 2018 +0100 +++ b/powertop/receipt Thu Dec 13 13:26:13 2018 +0100 @@ -13,7 +13,7 @@ DEPENDS="ncursesw pciutils libnl zlib gcc-lib-base" BUILD_DEPENDS="acl gettext ncursesw-dev wget autoconf automake libtool \ -pciutils-dev libnl-dev zlib-dev gettext diffutils" +pciutils-dev libnl-dev zlib-dev gettext diffutils file" # Rules to configure and make the package. compile_rules() diff -r 1be66a08b81f -r ff9bdf719828 python-decoratortools/receipt --- a/python-decoratortools/receipt Thu Dec 13 11:44:12 2018 +0100 +++ b/python-decoratortools/receipt Thu Dec 13 13:26:13 2018 +0100 @@ -13,7 +13,7 @@ TAGS="python" DEPENDS="python" -BUILD_DEPENDS="python python-dev openssl" +BUILD_DEPENDS="python python-dev setuptools" # Rules to configure and make the package. compile_rules() diff -r 1be66a08b81f -r ff9bdf719828 python-mechanize/receipt --- a/python-mechanize/receipt Thu Dec 13 11:44:12 2018 +0100 +++ b/python-mechanize/receipt Thu Dec 13 13:26:13 2018 +0100 @@ -13,7 +13,7 @@ HOST_ARCH="i486 arm" DEPENDS="python" -BUILD_DEPENDS="python-dev python-distribute openssl" +BUILD_DEPENDS="python-dev python-distribute setuptools" # Rules to configure and make the package. compile_rules() diff -r 1be66a08b81f -r ff9bdf719828 trickle/receipt --- a/trickle/receipt Thu Dec 13 11:44:12 2018 +0100 +++ b/trickle/receipt Thu Dec 13 13:26:13 2018 +0100 @@ -24,7 +24,7 @@ ./configure --prefix=/usr \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make -j 1 DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 1be66a08b81f -r ff9bdf719828 xscavenger/receipt --- a/xscavenger/receipt Thu Dec 13 11:44:12 2018 +0100 +++ b/xscavenger/receipt Thu Dec 13 13:26:13 2018 +0100 @@ -8,7 +8,8 @@ LICENSE="GPL2" WEB_SITE="http://www.xdr.com/dash/scavenger.html" TARBALL="$PACKAGE-$VERSION.tgz" -WGET_URL="$(dirname $WEB_SITE)/$TARBALL" +ARCHIVE="https://web.archive.org/web/20120609005153if_/" +WGET_URL="${ARCHIVE}$(dirname $WEB_SITE)/$TARBALL" DEPENDS="xorg" BUILD_DEPENDS="xorg-imake xorg-dev"