wok-stable view get-java6-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 d732948e6b0b
children bb0c451a25cc
line source
1 # SliTaz package receipt.
3 PACKAGE="get-java6-jre"
4 VERSION="1.0"
5 CATEGORY="non-free"
6 SHORT_DESC="SUN Java Runtime"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="xorg-libXtst"
9 WEB_SITE="http://www.java.com"
10 TAGS="java"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 install -o root -g root -m755 stuff/get-java6-jre $fs/usr/bin
17 }