package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / fakeroot / fakeroot.mk
blob837c2b9aae1e843bc0fd3d9de49786ce9a546604
1 ################################################################################
3 # fakeroot
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 = ac_cv_func_capset=no
14 FAKEROOT_LICENSE = GPLv3+
15 FAKEROOT_LICENSE_FILES = COPYING
17 $(eval $(host-autotools-package))