wok view java-jdk/receipt @ rev 12140
clutter-gtk: Fixed again. It needs gtk-doc and a autoreconf -i inorder to not get 'clutter/clutter.h: No such file or directory' error.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 13 22:22:35 2012 -0500 (2012-03-13) |
parents | 274a96c02bbf |
children | 380ffe05937a |
line source
1 # SliTaz package receipt.
3 PACKAGE="java-jdk"
4 VERSION="1.9.7"
5 CATEGORY="development"
6 SHORT_DESC="Symlinks for the default Java Development Kit (icedtea6)."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS="icedtea6-jdk"
9 WEB_SITE="http://www.iced-tea.org/"
10 WANTED="icedtea6-jdk"
11 SOURCE="icedtea6"
12 TAGS="java"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $_pkg/usr/jdk-bin $fs/usr/bin
19 }