wok annotate openjdk-6-src/receipt @ rev 25475

openjdk-6-src: find output to variable
author Hans-G?nter Theisgen
date Thu Oct 13 17:05:46 2022 +0100 (19 months ago)
parents aa16d45b14bd
children
rev   line source
gokhlayeh@9223 1 # SliTaz package receipt.
gokhlayeh@9223 2
gokhlayeh@9223 3 PACKAGE="openjdk-6-src"
gokhlayeh@9223 4 VERSION="b20-21_jun_2010"
pankso@10635 5 CATEGORY="meta"
gokhlayeh@9223 6 SHORT_DESC="Openjdk6 we use to cook icedtea6 (empty package)"
pascal@13025 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15601 8 LICENSE="GPL"
Hans-G?nter@25474 9 WEB_SITE="https://java.sun.com"
Hans-G?nter@25474 10
gokhlayeh@9223 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@25465 12 WGET_URL="https://download.java.net/openjdk/jdk6/promoted/${VERSION%-*}/$TARBALL"
Hans-G?nter@25474 13
gokhlayeh@9223 14 COOK_OPT="!unpack !repack_src !fs"
pankso@10635 15
pankso@10635 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@10635 17 compile_rules()
pankso@10635 18 {
Hans-G?nter@25475 19 makefiles=$(find $src -name Makefile)
Hans-G?nter@25475 20 echo $makefiles | xargs sed -i 's|uname -m|echo i486|'
Hans-G?nter@25475 21 mkdir -p $fs/usr
pankso@10635 22 }