19 lines
660 B
Makefile
19 lines
660 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="fakeroot"
|
|
PKG_VERSION="305c8a1b5396554a67794f3fe6e4990a24a810f9" # 1.32.1
|
|
PKG_LICENSE="GPL3"
|
|
PKG_SITE="https://salsa.debian.org/clint/fakeroot"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_HOST="ccache:host libcap:host autoconf:host libtool:host"
|
|
PKG_LONGDESC="fakeroot provides a fake root environment by means of LD_PRELOAD and SYSV IPC (or TCP) trickery."
|
|
PKG_TOOLCHAIN="configure"
|
|
|
|
PKG_CONFIGURE_OPTS_HOST="--with-gnu-ld"
|
|
|
|
pre_configure_host() {
|
|
cd ${PKG_BUILD}
|
|
./bootstrap
|
|
}
|