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

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 396475ee4ca1
children 73f36875e5a7
rev   line source
erjo@1125 1 # SliTaz package receipt.
erjo@1125 2
erjo@1125 3 PACKAGE="get-java6-jre"
mojo@12727 4 VERSION="1.1.0"
erjo@1125 5 CATEGORY="non-free"
erjo@1125 6 SHORT_DESC="SUN Java Runtime"
erjo@1125 7 MAINTAINER="erjo@slitaz.org"
pascal@15199 8 LICENSE="GPL3"
erjo@1125 9 WEB_SITE="http://www.java.com"
jozee@4991 10 TAGS="java"
erjo@1125 11
erjo@1125 12 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1125 13 genpkg_rules()
erjo@1125 14 {
erjo@1125 15 mkdir -p $fs/usr/bin
paul@1642 16 install -o root -g root -m755 stuff/get-java6-jre $fs/usr/bin
erjo@1125 17 }
erjo@1125 18