1################################################################################ 2# 3# fakeroot 4# 5################################################################################ 6 7FAKEROOT_VERSION = 1.26 8FAKEROOT_SOURCE = fakeroot_$(FAKEROOT_VERSION).orig.tar.gz 9FAKEROOT_SITE = https://snapshot.debian.org/archive/debian/20210907T092512Z/pool/main/f/fakeroot 10 11HOST_FAKEROOT_DEPENDENCIES = host-acl 12# Force capabilities detection off 13# For now these are process capabilities (faked) rather than file 14# so they're of no real use 15HOST_FAKEROOT_CONF_ENV = \ 16 ac_cv_header_sys_capability_h=no \ 17 ac_cv_func_capset=no 18FAKEROOT_LICENSE = GPL-3.0+ 19FAKEROOT_LICENSE_FILES = COPYING 20 21define HOST_FAKEROOT_BUILD_AUX 22 mkdir -p $(@D)/build-aux 23endef 24HOST_FAKEROOT_POST_PATCH_HOOKS += HOST_FAKEROOT_BUILD_AUX 25 26$(eval $(host-autotools-package)) 27