| 1 | DESCRIPTION="Free core class libraries for use with virtual machines and compilers for the Java language" |
|---|
| 2 | HOMEPAGE="http://www.gnu.org/software/classpath" |
|---|
| 3 | SRC_URI="ftp://ftp.gnu.org/gnu/classpath/classpath-0.98.tar.gz" |
|---|
| 4 | REVISION="1" |
|---|
| 5 | STATUS_HAIKU="broken" |
|---|
| 6 | DEPEND="" |
|---|
| 7 | CHECKSUM_MD5="90c6571b8b0309e372faa0f9f6255ea9" |
|---|
| 8 | BUILD { |
|---|
| 9 | cd classpath-0.98 |
|---|
| 10 | libtoolize --force --copy --install |
|---|
| 11 | aclocal -I m4 |
|---|
| 12 | autoconf |
|---|
| 13 | ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ |
|---|
| 14 | --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \ |
|---|
| 15 | --infodir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/info \ |
|---|
| 16 | --disable-gtk-peer \ |
|---|
| 17 | --disable-alsa \ |
|---|
| 18 | --disable-plugin \ |
|---|
| 19 | --disable-gconf-peer \ |
|---|
| 20 | --disable-gjdoc \ |
|---|
| 21 | LDFLAGS="-lnetwork" |
|---|
| 22 | make |
|---|
| 23 | } |
|---|
| 24 | |
|---|
| 25 | INSTALL { |
|---|
| 26 | cd classpath-0.98 |
|---|
| 27 | make install |
|---|
| 28 | } |
|---|
| 29 | |
|---|
| 30 | TEST { |
|---|
| 31 | cd classpath-0.98 |
|---|
| 32 | # make test |
|---|
| 33 | # make check |
|---|
| 34 | } |
|---|
| 35 | |
|---|
| 36 | LICENSE="GNU GPL v2 |
|---|
| 37 | GNU GPL v2 with classpath exceptions" |
|---|
| 38 | COPYRIGHT="1998-1999, 2001-2008 Free Software Foundation |
|---|
| 39 | 1991 AT&T |
|---|
| 40 | 1993 Sun Microsystems, Inc. All rights reserved |
|---|
| 41 | 1997, 1998 by Microstar Software Ltd. |
|---|
| 42 | 1991-2005 Unicode, Inc. All rights reserved |
|---|
| 43 | 2001 Thai Open Source Software Center Ltd, Sun |
|---|
| 44 | 2004 World Wide Web Consortium |
|---|
| 45 | 2005 Caolan McNamara |
|---|
| 46 | 2005 Daniel Richard G." |
|---|