wok-stable view get-java6-jre/receipt @ rev 10549

php: Added back code to add desktop, image, and php.ini in compile_rules. These files are needed for php-common not php directly. Thats what they were there.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 14:47:51 2011 +0000 (2011-05-25)
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 }