From a31d345588b759d6b081e4137261027f3eb42903 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 26 Aug 2010 04:39:41 +0000 Subject: [PATCH] Initial .bep and patch files for ccache-3.0.1 --- dev-util/ccache/ccache-3.0.1.bep | 20 ++++++++++++++++++++ dev-util/ccache/patches/ccache-3.0.1.patch | 12 ++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 dev-util/ccache/ccache-3.0.1.bep create mode 100644 dev-util/ccache/patches/ccache-3.0.1.patch diff --git a/dev-util/ccache/ccache-3.0.1.bep b/dev-util/ccache/ccache-3.0.1.bep new file mode 100644 index 000000000..655f60e62 --- /dev/null +++ b/dev-util/ccache/ccache-3.0.1.bep @@ -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" diff --git a/dev-util/ccache/patches/ccache-3.0.1.patch b/dev-util/ccache/patches/ccache-3.0.1.patch new file mode 100644 index 000000000..3fe7574fa --- /dev/null +++ b/dev-util/ccache/patches/ccache-3.0.1.patch @@ -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 \