wok-next view jdk7-hotspot/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 3e4d8dd8e394
children d5aab818505e
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://icedtea.classpath.org"
11 TARBALL="hotspot.tar.bz2"
12 WGET_URL="http://icedtea.wildebeest.org/download/drops/icedtea7/$VERSION/$TARBALL"
14 COOK_OPT="!unpack !repack_src !fs"
16 compile_rules() {
17 mkdir -p $install
18 }