wok-next annotate jdk7-corba/receipt @ rev 20534

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents 3e4d8dd8e394
children d5aab818505e
rev   line source
al@20473 1 # SliTaz package receipt v2.
yuripourre@16968 2
yuripourre@16968 3 PACKAGE="jdk7-corba"
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="corba.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 }