From a56d96ce69b57da0c80023f580a00c86295a4e71 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 9 Sep 2018 12:32:31 +0100 Subject: sys-apps/gentoo-functions : new exheres --- .../gentoo-functions-0.12.exheres-0 | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/sys-apps/gentoo-functions/gentoo-functions-0.12.exheres-0 (limited to 'packages') diff --git a/packages/sys-apps/gentoo-functions/gentoo-functions-0.12.exheres-0 b/packages/sys-apps/gentoo-functions/gentoo-functions-0.12.exheres-0 new file mode 100644 index 0000000..44a212c --- /dev/null +++ b/packages/sys-apps/gentoo-functions/gentoo-functions-0.12.exheres-0 @@ -0,0 +1,23 @@ +# Copyright 2018 Redcore Linux Project +# Distributed under the terms of the GNU General Public License v2 + +require flag-o-matic +require github [ user=gentoo ] + +HOMEPAGE="https://www.gentoo.org" + +SUMMARY="Base functions required by all gentoo systems" +LICENCES="GPL-2" +SLOT="0" + +PLATFORMS="~amd64 ~x86" + +DEFAULT_SRC_INSTALL_PARAMS=( + ROOTSBINDIR=/usr/$(exhost --target)/bin + ROOTLIBEXECDIR=/usr/$(exhost --target)/libexec/gentoo +) + +src_prepare() { + append-cppflags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE +} + -- cgit v1.2.3