board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / fakeroot / fakeroot.mk
blob731b06a5f465c1c010cdb96e0d7268f7b2f0b176
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
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 \
17 ac_cv_func_capset=no
19 FAKEROOT_LICENSE = GPLv3+
20 FAKEROOT_LICENSE_FILES = COPYING
22 $(eval $(host-autotools-package))