wok view jdk7-hotspot/receipt @ rev 23060

kazehakase: gnutls_certificate_type_set_priority is depredicated
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 07 17:34:15 2020 +0100 (2020-03-07)
parents 3e4d8dd8e394
children af8d823a3077
line source
1 # SliTaz package receipt.
3 PACKAGE="jdk7-hotspot"
4 VERSION="2.5.1"
5 CATEGORY="meta"
6 SHORT_DESC="A component of Sun's JDK 7 we use to cook icedtea7 (empty package)"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL2"
9 SOURCE="hotspot"
10 WEB_SITE="http://icedtea.classpath.org"
11 TARBALL="$SOURCE.tar.bz2"
12 WGET_URL="http://icedtea.wildebeest.org/download/drops/icedtea7/$VERSION/$TARBALL"
13 COOK_OPT="!unpack !repack_src !fs"
15 BUILD_DEPENDS="wget"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 compile_rules()
19 {
20 find $src -name '*akefile*' \; | xargs sed -i 's|uname -m|echo i486|'
21 mkdir -p $fs/usr
22 }