Initial .bep and patch files for ccache-3.0.1

This commit is contained in:
Scott McCreary
2010-08-26 04:39:41 +00:00
parent b796af825a
commit a31d345588
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
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 GPLv3"
COPYRIGHT="2002-2007 Andrew Tridgell
2009-2010 Joel Rosdahl"

View File

@@ -0,0 +1,12 @@
diff -urN ccache-3.0.1/Makefile.in ccache-3.0.1-haiku/Makefile.in
--- ccache-3.0.1/Makefile.in 2010-07-15 15:52:30.051118080 +0000
+++ ccache-3.0.1-haiku/Makefile.in 2010-08-26 04:36:22.722468864 +0000
@@ -14,7 +14,7 @@
LDFLAGS = @LDFLAGS@
EXEEXT = @EXEEXT@
-libs = @LIBS@ -lm
+libs = @LIBS@
sources = \
ccache.c mdfour.c hash.c execute.c util.c args.c stats.c version.c \