wok annotate get-java6-jre/receipt @ rev 3213

pan: update build_depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 28 11:47:11 2009 +0200 (2009-05-28)
parents b44b5af089e5
children 056125d04927
rev   line source
erjo@1125 1 # SliTaz package receipt.
erjo@1125 2
erjo@1125 3 PACKAGE="get-java6-jre"
erjo@1125 4 VERSION="1.0"
erjo@1125 5 CATEGORY="non-free"
erjo@1125 6 SHORT_DESC="SUN Java Runtime"
erjo@1125 7 MAINTAINER="erjo@slitaz.org"
paul@1642 8 DEPENDS="xorg-libXtst"
erjo@1125 9 WEB_SITE="http://www.java.com"
erjo@1125 10
erjo@1125 11 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1125 12 genpkg_rules()
erjo@1125 13 {
erjo@1125 14 mkdir -p $fs/usr/bin
paul@1642 15 install -o root -g root -m755 stuff/get-java6-jre $fs/usr/bin
erjo@1125 16 }
erjo@1125 17