From d8c549ad7c2ad7d3e542bb6241ffbee2c815209f Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 27 Jun 2018 09:49:13 +0300 Subject: ccache added --- packages/dev-util/ccache/ccache-3.3.6.exheres-0 | 7 +++++++ packages/dev-util/ccache/ccache.exlib | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 packages/dev-util/ccache/ccache-3.3.6.exheres-0 create mode 100644 packages/dev-util/ccache/ccache.exlib (limited to 'packages/dev-util') diff --git a/packages/dev-util/ccache/ccache-3.3.6.exheres-0 b/packages/dev-util/ccache/ccache-3.3.6.exheres-0 new file mode 100644 index 0000000..b504532 --- /dev/null +++ b/packages/dev-util/ccache/ccache-3.3.6.exheres-0 @@ -0,0 +1,7 @@ +# Copyright 2008 Bo Ørsted Andresen +# Distributed under the terms of the GNU General Public License v2 + +require ccache + +PLATFORMS="~amd64 ~x86" + diff --git a/packages/dev-util/ccache/ccache.exlib b/packages/dev-util/ccache/ccache.exlib new file mode 100644 index 0000000..18bc702 --- /dev/null +++ b/packages/dev-util/ccache/ccache.exlib @@ -0,0 +1,21 @@ +# Copyright 2008 Bo Ørsted Andresen +# Distributed under the terms of the GNU General Public License v2 +# Inspired from Gentoo's ccache-2.4-r7.ebuild which is: +# Copyright 1999-2008 Gentoo Foundation + +SUMMARY="Compiler cache" +HOMEPAGE="https://${PN}.samba.org" +DOWNLOADS="https://samba.org/ftp/${PN}/${PNV}.tar.xz" + +MY_PV=$(ever replace_all _) +UPSTREAM_RELEASE_NOTES="${HOMEPAGE}/releasenotes.html#_${PN}_${MY_PV%_0}" + +LICENCES="GPL-3" +SLOT="0" +MYOPTIONS="" + +DEPENDENCIES=" + build+run: + sys-libs/zlib[>=1.2.3] +" + -- cgit v1.2.3