Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4583 - New ebuild (hacked) for Jam
Summary: New ebuild (hacked) for Jam
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-05 11:37 UTC by Brian Olsen
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.