wok-current rev 20572
Get xscavenger tarball from archive.org
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 13 13:26:13 2018 +0100 (2018-12-13) |
parents | 1be66a08b81f |
children | b206aa4371e3 |
files | cups-pam/receipt openmpi/receipt powertop/receipt python-decoratortools/receipt python-mechanize/receipt trickle/receipt xscavenger/receipt |
line diff
1.1 --- a/cups-pam/receipt Thu Dec 13 11:44:12 2018 +0100 1.2 +++ b/cups-pam/receipt Thu Dec 13 13:26:13 2018 +0100 1.3 @@ -14,7 +14,7 @@ 1.4 1.5 DEPENDS="libssl cups-doc dbus pam libcomerr libkrb5 cups-filters libcups" 1.6 BUILD_DEPENDS="openssl-dev gnutls-dev dbus-dev jpeg-dev libpng-dev tiff-dev \ 1.7 -pam libcomerr-dev pam-dev acl-dev libgcrypt-dev" 1.8 +pam libcomerr-dev pam-dev acl-dev libgcrypt-dev libgnutls" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/openmpi/receipt Thu Dec 13 11:44:12 2018 +0100 2.2 +++ b/openmpi/receipt Thu Dec 13 13:26:13 2018 +0100 2.3 @@ -11,12 +11,11 @@ 2.4 WGET_URL="http://www.open-mpi.org/software/ompi/v${VERSION%.*}/downloads/$TARBALL" 2.5 2.6 DEPENDS="gcc gfortran libtool openssh valgrind" 2.7 -BUILD_DEPENDS="$DEPENDS valgrind-dev" 2.8 +BUILD_DEPENDS="$DEPENDS valgrind-dev file" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules() 2.12 { 2.13 - cd $src 2.14 ./configure --sysconfdir=/etc/${PACKAGE} \ 2.15 --enable-mpi-f90 \ 2.16 --libdir=/usr/lib/${pkgname} \
3.1 --- a/powertop/receipt Thu Dec 13 11:44:12 2018 +0100 3.2 +++ b/powertop/receipt Thu Dec 13 13:26:13 2018 +0100 3.3 @@ -13,7 +13,7 @@ 3.4 3.5 DEPENDS="ncursesw pciutils libnl zlib gcc-lib-base" 3.6 BUILD_DEPENDS="acl gettext ncursesw-dev wget autoconf automake libtool \ 3.7 -pciutils-dev libnl-dev zlib-dev gettext diffutils" 3.8 +pciutils-dev libnl-dev zlib-dev gettext diffutils file" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules()
4.1 --- a/python-decoratortools/receipt Thu Dec 13 11:44:12 2018 +0100 4.2 +++ b/python-decoratortools/receipt Thu Dec 13 13:26:13 2018 +0100 4.3 @@ -13,7 +13,7 @@ 4.4 TAGS="python" 4.5 4.6 DEPENDS="python" 4.7 -BUILD_DEPENDS="python python-dev openssl" 4.8 +BUILD_DEPENDS="python python-dev setuptools" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/python-mechanize/receipt Thu Dec 13 11:44:12 2018 +0100 5.2 +++ b/python-mechanize/receipt Thu Dec 13 13:26:13 2018 +0100 5.3 @@ -13,7 +13,7 @@ 5.4 HOST_ARCH="i486 arm" 5.5 5.6 DEPENDS="python" 5.7 -BUILD_DEPENDS="python-dev python-distribute openssl" 5.8 +BUILD_DEPENDS="python-dev python-distribute setuptools" 5.9 5.10 # Rules to configure and make the package. 5.11 compile_rules()
6.1 --- a/trickle/receipt Thu Dec 13 11:44:12 2018 +0100 6.2 +++ b/trickle/receipt Thu Dec 13 13:26:13 2018 +0100 6.3 @@ -24,7 +24,7 @@ 6.4 ./configure --prefix=/usr \ 6.5 $CONFIGURE_ARGS && 6.6 make && 6.7 - make DESTDIR=$DESTDIR install 6.8 + make -j 1 DESTDIR=$DESTDIR install 6.9 } 6.10 6.11 # Rules to gen a SliTaz package suitable for Tazpkg.
7.1 --- a/xscavenger/receipt Thu Dec 13 11:44:12 2018 +0100 7.2 +++ b/xscavenger/receipt Thu Dec 13 13:26:13 2018 +0100 7.3 @@ -8,7 +8,8 @@ 7.4 LICENSE="GPL2" 7.5 WEB_SITE="http://www.xdr.com/dash/scavenger.html" 7.6 TARBALL="$PACKAGE-$VERSION.tgz" 7.7 -WGET_URL="$(dirname $WEB_SITE)/$TARBALL" 7.8 +ARCHIVE="https://web.archive.org/web/20120609005153if_/" 7.9 +WGET_URL="${ARCHIVE}$(dirname $WEB_SITE)/$TARBALL" 7.10 7.11 DEPENDS="xorg" 7.12 BUILD_DEPENDS="xorg-imake xorg-dev"