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
10 # Force capabilities detection off
11 # For now these are process capabilities (faked) rather than file
12 # so they're of no real use
13 HOST_FAKEROOT_CONF_ENV
= \
14 ac_cv_header_sys_capability_h
=no \
17 FAKEROOT_LICENSE
= GPLv3
+
18 FAKEROOT_LICENSE_FILES
= COPYING
20 $(eval
$(host-autotools-package
))