wok annotate java-jre/receipt @ rev 18077

Rebuild Python packages to remove "*.pyc" files from package.lists (part 1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 22 17:34:18 2015 +0300 (2015-05-22)
parents 380ffe05937a
children 3909f5910317
rev   line source
rcx@3803 1 # SliTaz package receipt.
rcx@3803 2
rcx@3803 3 PACKAGE="java-jre"
slaxemulator@9235 4 VERSION="1.9.7"
rcx@3803 5 CATEGORY="development"
rcx@3803 6 SHORT_DESC="Symlinks for the default Java Runtime Environment (icedtea6)."
rcx@3803 7 MAINTAINER="rcx@zoominternet.net"
pascal@15201 8 LICENSE="GPL2"
rcx@3803 9 WEB_SITE="http://www.iced-tea.org/"
rcx@3803 10 WANTED="icedtea6-jdk"
rcx@3803 11 SOURCE="icedtea6"
rcx@3803 12
pascal@15000 13 DEPENDS="icedtea6-jre"
pascal@15000 14
rcx@3803 15 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3803 16 genpkg_rules()
rcx@3803 17 {
slaxemulator@9149 18 mkdir -p $fs/usr
pascal@15000 19 cp -a $install/usr/jre-bin $fs/usr/bin
rcx@3803 20 }