wok-current view java-jre/receipt @ rev 20139
Downgrade tazpkg (944): 953 doesn't remove updated packages from upgrade list
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Nov 02 13:54:00 2017 -0400 (2017-11-02) |
parents | f4c22f009037 |
children | fff755dd0f58 |
line source
1 # SliTaz package receipt.
3 PACKAGE="java-jre"
4 VERSION="1.9.9"
5 CATEGORY="development"
6 SHORT_DESC="Symlinks for the default Java Runtime Environment (icedtea6)."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.iced-tea.org/"
10 WANTED="icedtea6-jdk"
11 SOURCE="icedtea6"
13 DEPENDS="icedtea6-jre"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $install/usr/jre-bin $fs/usr/bin
20 }