wok-6.x rev 25474
openjdk-6-src: use find from findutils in place of busybox find
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 13 16:42:57 2022 +0100 (2022-10-13) |
parents | 24fe92acc96d |
children | 3b9684a8901f |
files | openjdk-6-src/receipt |
line diff
1.1 --- a/openjdk-6-src/receipt Wed Oct 12 10:36:11 2022 +0100 1.2 +++ b/openjdk-6-src/receipt Thu Oct 13 16:42:57 2022 +0100 1.3 @@ -6,11 +6,16 @@ 1.4 SHORT_DESC="Openjdk6 we use to cook icedtea6 (empty package)" 1.5 MAINTAINER="gokhlayeh@slitaz.org" 1.6 LICENSE="GPL" 1.7 +WEB_SITE="https://java.sun.com" 1.8 + 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 -WEB_SITE="https://java.sun.com" 1.11 WGET_URL="https://download.java.net/openjdk/jdk6/promoted/${VERSION%-*}/$TARBALL" 1.12 + 1.13 COOK_OPT="!unpack !repack_src !fs" 1.14 1.15 +BUILD_DEPENDS="findutils" 1.16 +# busybox find does not know ";" 1.17 + 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 compile_rules() 1.20 {