wok-6.x view get-java6-jre/receipt @ rev 9745

Fixed binutils to work with tazwok. Need to cd $src before mkdir -p ../binutils-build. This will not chanage anything with cookutils.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon May 09 22:07:48 2011 +0000 (2011-05-09)
parents 056125d04927
children b22662429801
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 WEB_SITE="http://www.java.com"
9 TAGS="java"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 install -o root -g root -m755 stuff/get-java6-jre $fs/usr/bin
16 }