Files
haikuports/dev-util/ccache/ccache-3.0.1.bep
2010-08-26 04:43:36 +00:00

21 lines
432 B
Plaintext

DESCRIPTION="ccache is a fast compiler cache."
HOMEPAGE="http://ccache.samba.org/"
SRC_URI="http://samba.org/ftp/ccache/ccache-3.0.1.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="223449f7891e5d6a15b25100eca5cca4"
BUILD {
cd ccache-3.0.1
./configure --prefix=/boot/common
make
}
INSTALL {
cd ccache-3.0.1
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="2002-2007 Andrew Tridgell
2009-2010 Joel Rosdahl"