2003-09-11 11:41:16 +02:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# fakeroot
|
|
|
|
#
|
|
|
|
#############################################################
|
2008-12-01 10:08:04 +01:00
|
|
|
FAKEROOT_VERSION:=1.9.5
|
2008-03-13 08:38:10 +01:00
|
|
|
FAKEROOT_SOURCE:=fakeroot_$(FAKEROOT_VERSION).tar.gz
|
2011-03-13 21:28:18 +01:00
|
|
|
FAKEROOT_SITE:=http://snapshot.debian.org/archive/debian/20080427T000000Z/pool/main/f/fakeroot/
|
2003-09-11 11:41:16 +02:00
|
|
|
|
2010-03-02 22:56:33 +01:00
|
|
|
define FAKEROOT_PATCH_FAKEROOT_IN
|
2006-12-15 15:18:30 +01:00
|
|
|
# If using busybox getopt, make it be quiet.
|
|
|
|
$(SED) "s,getopt --version,getopt --version 2>/dev/null," \
|
2010-03-02 22:56:33 +01:00
|
|
|
$(@D)/scripts/fakeroot.in
|
|
|
|
endef
|
2005-03-07 22:19:15 +01:00
|
|
|
|
2010-03-02 22:56:33 +01:00
|
|
|
FAKEROOT_POST_PATCH_HOOKS += FAKEROOT_PATCH_FAKEROOT_IN
|
2005-03-07 22:19:15 +01:00
|
|
|
|
2011-05-22 13:56:08 +02:00
|
|
|
# The package for the target cannot be selected (build problems when
|
|
|
|
# largefile is enabled), but is needed for the host package to work
|
|
|
|
# due to deficiencies in the package infrastructure.
|
2011-09-29 21:57:43 +02:00
|
|
|
$(eval $(call AUTOTARGETS))
|
|
|
|
$(eval $(call AUTOTARGETS,host))
|