# HG changeset patch # User Hans-G?nter Theisgen # Date 1665675777 -3600 # Node ID aa16d45b14bd924cfbc728378cbe1dd6095577b2 # Parent 24fe92acc96d1db457706ca88769e11d09580e99 openjdk-6-src: use find from findutils in place of busybox find diff -r 24fe92acc96d -r aa16d45b14bd openjdk-6-src/receipt --- a/openjdk-6-src/receipt Wed Oct 12 10:36:11 2022 +0100 +++ b/openjdk-6-src/receipt Thu Oct 13 16:42:57 2022 +0100 @@ -6,11 +6,16 @@ SHORT_DESC="Openjdk6 we use to cook icedtea6 (empty package)" MAINTAINER="gokhlayeh@slitaz.org" LICENSE="GPL" +WEB_SITE="https://java.sun.com" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://java.sun.com" WGET_URL="https://download.java.net/openjdk/jdk6/promoted/${VERSION%-*}/$TARBALL" + COOK_OPT="!unpack !repack_src !fs" +BUILD_DEPENDS="findutils" +# busybox find does not know ";" + # Rules to gen a SliTaz package suitable for Tazpkg. compile_rules() {