Merge all changes from trunk

This commit is contained in:
Oliver Tappe
2013-03-29 14:04:07 +00:00
parent 888e133171
commit 94cc6aaf85
1052 changed files with 65053 additions and 2541 deletions

View File

@@ -7,7 +7,8 @@ DEPEND=""
CHECKSUM_MD5="223449f7891e5d6a15b25100eca5cca4"
BUILD {
cd ccache-3.0.1
./configure --prefix=/boot/common
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
make
}
INSTALL {

View File

@@ -0,0 +1,22 @@
DESCRIPTION="ccache is a fast compiler cache."
HOMEPAGE="http://ccache.samba.org/"
SRC_URI="http://samba.org/ftp/ccache/ccache-3.1.4.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="676fda8a9a5e02574435c32b22942abd"
BUILD {
cd ccache-3.1.4
sed -i 's/\-lm//g' Ma*
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
make
}
INSTALL {
cd ccache-3.1.4
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="2002-2007 Andrew Tridgell
2009-2011 Joel Rosdahl"

View File

@@ -0,0 +1,22 @@
DESCRIPTION="ccache is a fast compiler cache."
HOMEPAGE="http://ccache.samba.org/"
SRC_URI="http://samba.org/ftp/ccache/ccache-3.1.7.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="82257745eac54826527946e9e3d046f4"
BUILD {
cd ccache-3.1.7
sed -i 's/\-lm//g' Ma*
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
make
}
INSTALL {
cd ccache-3.1.7
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="2002-2007 Andrew Tridgell
2009-2012 Joel Rosdahl"