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

Bug 2239

Summary: ccache-1.8.ebuild
Product: Gentoo Linux Reporter: Paul Belt <gaarde>
Component: New packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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