Gentoo Archives: gentoo-dev

From: "Lars S. Jensen" <larssj@××××××.dk>
To: Gentoo dev <gentoo-dev@g.o>
Subject: [gentoo-dev] How shall ebuild handle binary package (jar file)?
Date: Sat, 23 Mar 2002 15:08:09
Message-Id: 1016917279.2635.72.camel@pegasus.lasj.dk
1 I am trying to fix the problem with postgresql-7.2 and sun-jdk1.4 --
2 it is installed without JDBC support because sun-jdk1.4 can't compile a
3 JDBC 2.x interface but it can use it at runtime with the precompile
4 jar-file pgjdbc2.jar.
5
6 http://bugs.gentoo.org/show_bug.cgi?id=713
7
8 I need to install the precompile jar-file pgjdbc2.jar in the ebuild.
9
10 One solution is to pack it in a tarfile and install/unpack it like the
11 nvidia-glx -- is that OK?
12
13 Can 'use java' handle versions, so that we can compile it with versions
14 below 1.4 or shall we allways install the precompiled version!
15
16 Lars S. Jensen

Replies

Subject Author
Re: [gentoo-dev] How shall ebuild handle binary package (jar file)? Karl Trygve Kalleberg <karltk@×××××××.no>
Re: [gentoo-dev] How shall ebuild handle binary package (jar file)? Karl Trygve Kalleberg <karltk@×××××××.no>