wok view java-jdk/receipt @ rev 5344
Updated fuse to 2.8.4. I removed the need in have to compile the kernel for fuse to be compiled. (Fuse is in the kenrel). Added fuse-dev to SUGEGSTED so fuse-dev can be same version/build as fuse.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 27 23:41:13 2010 +0000 (2010-04-27) |
parents | 2dbf6030135a |
children | 9b3a716845ad |
line source
1 # SliTaz package receipt.
3 PACKAGE="java-jdk"
4 VERSION="1.6.1"
5 CATEGORY="development"
6 SHORT_DESC="Symlinks for the default Java Development Kit (icedtea6)."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS="icedtea6-jdk"
9 BUILD_DEPENDS=""
10 WEB_SITE="http://www.iced-tea.org/"
11 WANTED="icedtea6-jdk"
12 SOURCE="icedtea6"
13 TAGS="java"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 # tazwok does not define _pkg correctly when both WANTED and SOURCE are set
19 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
21 mkdir -p $fs/usr/bin
22 cp -a $_pkg/usr/jdk-bin/* $fs/usr/bin
23 }