2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2003-09-11 11:41:16 +02:00
|
|
|
#
|
|
|
|
# fakeroot
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-06-06 01:53:25 +02:00
|
|
|
|
2015-12-02 18:58:57 +01:00
|
|
|
FAKEROOT_VERSION = 1.20.2
|
2012-04-05 20:20:05 +02:00
|
|
|
FAKEROOT_SOURCE = fakeroot_$(FAKEROOT_VERSION).orig.tar.bz2
|
2015-12-02 18:58:57 +01:00
|
|
|
FAKEROOT_SITE = http://snapshot.debian.org/archive/debian/20141005T221953Z/pool/main/f/fakeroot
|
2015-12-04 16:11:34 +01:00
|
|
|
# Force capabilities detection off
|
|
|
|
# For now these are process capabilities (faked) rather than file
|
|
|
|
# so they're of no real use
|
2016-01-04 19:33:56 +01:00
|
|
|
HOST_FAKEROOT_CONF_ENV = \
|
|
|
|
ac_cv_header_sys_capability_h=no \
|
|
|
|
ac_cv_func_capset=no
|
|
|
|
|
2012-05-17 19:33:12 +02:00
|
|
|
FAKEROOT_LICENSE = GPLv3+
|
|
|
|
FAKEROOT_LICENSE_FILES = COPYING
|
2003-09-11 11:41:16 +02:00
|
|
|
|
2012-07-03 00:06:54 +02:00
|
|
|
$(eval $(host-autotools-package))
|