HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #498

Ticket #498: gnu-classpath-0.98.bep

File gnu-classpath-0.98.bep, 1.2 KB (added by korli, 4 years ago)

bep

Line 
1DESCRIPTION="Free core class libraries for use with virtual machines and compilers for the Java language"
2HOMEPAGE="http://www.gnu.org/software/classpath"
3SRC_URI="ftp://ftp.gnu.org/gnu/classpath/classpath-0.98.tar.gz"
4REVISION="1"
5STATUS_HAIKU="broken"
6DEPEND=""
7CHECKSUM_MD5="90c6571b8b0309e372faa0f9f6255ea9"
8BUILD {
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
25INSTALL {
26        cd classpath-0.98
27        make install
28}
29
30TEST {
31        cd classpath-0.98
32#       make test
33#       make check
34}
35
36LICENSE="GNU GPL v2
37        GNU GPL v2 with classpath exceptions"
38COPYRIGHT="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."

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/