1 ################################################################################
5 ################################################################################
7 FAKEROOT_VERSION
= 1.20.2
8 FAKEROOT_SOURCE
= fakeroot_
$(FAKEROOT_VERSION
).orig.
tar.bz2
9 FAKEROOT_SITE
= http
://snapshot.debian.org
/archive
/debian
/20141005T221953Z
/pool
/main
/f
/fakeroot
11 HOST_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
15 HOST_FAKEROOT_CONF_ENV
= \
16 ac_cv_header_sys_capability_h
=no \
19 FAKEROOT_LICENSE
= GPLv3
+
20 FAKEROOT_LICENSE_FILES
= COPYING
22 $(eval
$(host-autotools-package
))