wok view icedtea6-jre/receipt @ rev 7666

Moved Module.sysvers to Module.sysvers-modules. This is cause i think making linux-without-modules bzImage is was change that file. Removed /usr/src/linux in pre_remove function in linux-module-headers. Added /usr/src/linux soft link to post_install in linux-module-headers.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 12:59:54 2010 +0000 (2010-12-16)
parents d2cca572c203
children be13f25e790b
line source
1 # SliTaz package receipt.
3 PACKAGE="icedtea6-jre"
4 VERSION="1.9.1"
5 CATEGORY="development"
6 SHORT_DESC="A Free Software harness for OpenJDK JRE."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS="glibc-base gcc-lib-base util-linux-ng-uuid alsa-lib freetype giflib libjpeg libpng zlib \
9 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \
10 xorg-libXi xorg-libXrender xorg-libXtst"
11 BUILD_DEPENDS=""
12 WEB_SITE="http://www.iced-tea.org/"
13 WANTED="icedtea6-jdk"
14 SOURCE="icedtea6"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 # tazwok does not define _pkg correctly when both WANTED and SOURCE are set
20 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
22 mkdir -p $fs/usr/lib/jvm/java-icedtea
23 cp -a $_pkg/usr/lib/jvm/java-icedtea/jre $fs/usr/lib/jvm/java-icedtea
24 }