Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4583

Summary: New ebuild (hacked) for Jam
Product: Gentoo Linux Reporter: Brian Olsen <bnolsen>
Component: [OLD] DevelopmentAssignee: Martin Schlemmer (RETIRED) <azarah>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Brian Olsen 2002-07-05 11:37:50 UTC
Nice cross platform build tool, much faster than make.  Please check how I put
in the 2 html docs.  Also notice that I had a problem trying to run the make,
since the makefile tries to kick off "jam0" instead of "./jam0".

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later

S=${WORKDIR}/${P}
DESCRIPTION="A Cross platform build tool"
SRC_URI="ftp://ftp.perforce.com/pub/jam/${P}.tar"
HOMEPAGE="http://www.perforce.com/jam/jam.html"
LICENSE="as-is"
DEPEND="virtual/glibc"
RDEPEND=""
SLOT=""

src_compile() {
    cd ${S}
    emake
    ./jam0 || die
}

src_install () {
    dodir usr/bin
    cp -af ${S}/bin.linux*/jam ${S}/bin.linux*/mkjambase ${D}/usr/bin
    dodoc README RELNOTES Jambase.html Jamfile.html
}
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-27 17:59:32 UTC
Already in portage.