wok-stable view get-java6-jdk/receipt @ rev 6694
Changed libwebkit to compile with -j1. This is a fix cause it will not compile right the first time with jobs set to 4. I also remove webkit-r-dev for build depend. Thats not needed.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 13 03:29:24 2010 +0000 (2010-10-13) |
parents | 9e23a16d2c1e |
children | 81da16d0cb45 |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-java6-jdk"
4 VERSION="1.0"
5 CATEGORY="non-free"
6 SHORT_DESC="SUN Java Development Kit"
7 MAINTAINER="dasilvakevin@hotmail.fr"
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-jdk $fs/usr/bin
17 }