mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-21 23:56:20 +00:00
21 lines
766 B
Makefile
21 lines
766 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="1.31"
|
|
PKG_SHA256="63886d41e11c56c7170b9d9331cca086421b350d257338ef14daad98f77e202f"
|
|
PKG_LICENSE="GPL3"
|
|
PKG_SITE="https://tracker.debian.org/pkg/fakeroot"
|
|
PKG_URL="http://ftp.debian.org/debian/pool/main/f/fakeroot/${PKG_NAME}_${PKG_VERSION}.orig.tar.gz"
|
|
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
|
|
}
|