harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / fakeroot / fakeroot.mk
blob168cd13a48807c82db03c104c029c9108027407a
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 = \
14 ac_cv_header_sys_capability_h=no \
15 ac_cv_func_capset=no
17 FAKEROOT_LICENSE = GPLv3+
18 FAKEROOT_LICENSE_FILES = COPYING
20 $(eval $(host-autotools-package))