wok view openjdk-6-src/receipt @ 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 (19 months ago)
parents 65ff25c4de90
children 3b9684a8901f
line source
1 # SliTaz package receipt.
3 PACKAGE="openjdk-6-src"
4 VERSION="b20-21_jun_2010"
5 CATEGORY="meta"
6 SHORT_DESC="Openjdk6 we use to cook icedtea6 (empty package)"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://java.sun.com"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://download.java.net/openjdk/jdk6/promoted/${VERSION%-*}/$TARBALL"
14 COOK_OPT="!unpack !repack_src !fs"
16 BUILD_DEPENDS="findutils"
17 # busybox find does not know ";"
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 compile_rules()
21 {
22 find $src -name Makefile \; | xargs sed -i 's|uname -m|echo i486|'
23 mkdir -p $fs/usr
24 }