Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2239 - ccache-1.8.ebuild
Summary: ccache-1.8.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-29 13:15 UTC by Paul Belt
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 Paul Belt 2002-04-29 13:15:37 UTC
DESCRIPTION="ccache is a fast compiler cache. It is used as a front end to your
compiler to safely cache compilation output. When the same code is compiled
again the cached output is used giving a significant speedup."
#S=${WORKDIR}/${MY_P}
SRC_URI="http://ccache.samba.org/ftp/ccache/${P}.tar.gz"
HOMEPAGE="http://ccache.samba.org/"

src_compile() {

    ./configure --prefix=${D}/usr || die
    make || die

}

src_install () {

    dobin ccache
    doman ccache.1
    dodoc COPYING README
    
}
Comment 1 Paul Belt 2002-04-29 13:16:26 UTC
Integrating this into gentoo would be most excellent given how often one compiles.
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-05-01 00:56:43 UTC
committed to dev-util