From 382870266c468a8abbe87cc3e96d07292abac64f Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 16 Mar 2014 16:00:34 +0100 Subject: build system: move fakeroot under packages/htools/ Signed-off-by: Abdoulaye Walsimou Gaye --- packages/htools/fakeroot/fakeroot.kconfig | 39 +++++++++++++++++++++++++++++++ packages/htools/fakeroot/fakeroot.mk | 32 +++++++++++++++++++++++++ packages/htools/fakeroot/vars.mk | 29 +++++++++++++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 packages/htools/fakeroot/fakeroot.kconfig create mode 100644 packages/htools/fakeroot/fakeroot.mk create mode 100644 packages/htools/fakeroot/vars.mk (limited to 'packages/htools/fakeroot') diff --git a/packages/htools/fakeroot/fakeroot.kconfig b/packages/htools/fakeroot/fakeroot.kconfig new file mode 100644 index 0000000..81eec51 --- /dev/null +++ b/packages/htools/fakeroot/fakeroot.kconfig @@ -0,0 +1,39 @@ +################################################################################ +# Embtoolkit +# Copyright(C) 2011-2013 Abdoulaye Walsimou GAYE. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +################################################################################ +# +# \file fakeroot.kconfig +# \brief fakeroot.kconfig of Embtoolkit. +# \author Abdoulaye Walsimou GAYE +# \date March 2011 +################################################################################ + +config EMBTK_HOST_HAVE_FAKEROOT + bool + default y + help + fakeroot for host tools. + +config EMBTK_FAKEROOT_HOST_VERSION_STRING + string + default "1.18.4" + +config EMBTK_FAKEROOT_HOST_NEED_PATCH + bool +config EMBTK_FAKEROOT_HOST_NEED_AUTORECONF + bool diff --git a/packages/htools/fakeroot/fakeroot.mk b/packages/htools/fakeroot/fakeroot.mk new file mode 100644 index 0000000..dc9f357 --- /dev/null +++ b/packages/htools/fakeroot/fakeroot.mk @@ -0,0 +1,32 @@ +################################################################################ +# Embtoolkit +# Copyright(C) 2009-2014 Abdoulaye Walsimou GAYE. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +################################################################################ +# +# \file fakeroot.mk +# \brief fakeroot.mk of Embtoolkit. fakeroot helps building root +# \brief filesystem, without the need to be root. +# \author Abdoulaye Walsimou GAYE +# \date June 2009 +################################################################################ + +FAKEROOT_HOST_NAME := fakeroot +FAKEROOT_HOST_VERSION := $(call embtk_get_pkgversion,fakeroot_host) +FAKEROOT_HOST_SITE := http://ftp.debian.org/debian/pool/main/f/fakeroot +FAKEROOT_HOST_PACKAGE := fakeroot_$(FAKEROOT_HOST_VERSION).orig.tar.bz2 +FAKEROOT_HOST_SRC_DIR := $(embtk_toolsb)/fakeroot-$(FAKEROOT_HOST_VERSION) +FAKEROOT_HOST_BUILD_DIR := $(embtk_toolsb)/fakeroot-build diff --git a/packages/htools/fakeroot/vars.mk b/packages/htools/fakeroot/vars.mk new file mode 100644 index 0000000..252a0cc --- /dev/null +++ b/packages/htools/fakeroot/vars.mk @@ -0,0 +1,29 @@ +################################################################################ +# Embtoolkit +# Copyright(C) 2014 Abdoulaye Walsimou GAYE. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +################################################################################ +# +# \file vars.mk +# \brief fakeroot variables +# \author Abdoulaye Walsimou GAYE +# \date Marsh 2014 +################################################################################ + +# fakeroot binaries and env +FAKEROOT_BIN := $(embtk_htools)/usr/bin/fakeroot +FAKEROOT_ENV_FILE := $(EMBTK_ROOT)/.fakeroot.001 +export FAKEROOT_BIN FAKEROOT_ENV_FILE -- cgit v1.2.3