mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Initial .bep and patch files for ccache-3.0.1
This commit is contained in:
20
dev-util/ccache/ccache-3.0.1.bep
Normal file
20
dev-util/ccache/ccache-3.0.1.bep
Normal 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"
|
||||
12
dev-util/ccache/patches/ccache-3.0.1.patch
Normal file
12
dev-util/ccache/patches/ccache-3.0.1.patch
Normal 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 \
|
||||
Reference in New Issue
Block a user