wok-next annotate jdk7-langtools/receipt @ rev 20866

mono: fix build by not enabling Spectre mitigation
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 01 23:19:43 2018 +0300 (2018-07-01)
parents 3e4d8dd8e394
children d5aab818505e
rev   line source
al@20473 1 # SliTaz package receipt v2.
yuripourre@16968 2
yuripourre@16968 3 PACKAGE="jdk7-langtools"
yuripourre@16968 4 VERSION="2.5.1"
yuripourre@16968 5 CATEGORY="meta"
yuripourre@16968 6 SHORT_DESC="A component of Sun's JDK 7 we use to cook icedtea7 (empty package)"
yuripourre@16968 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16968 8 LICENSE="GPL2"
yuripourre@16968 9 WEB_SITE="http://icedtea.classpath.org"
al@20473 10
al@20473 11 TARBALL="langtools.tar.bz2"
yuripourre@16968 12 WGET_URL="http://icedtea.wildebeest.org/download/drops/icedtea7/$VERSION/$TARBALL"
al@20473 13
yuripourre@16968 14 COOK_OPT="!unpack !repack_src !fs"
yuripourre@16968 15
al@20473 16 compile_rules() {
al@20473 17 mkdir -p $install
yuripourre@16968 18 }