0c8244251e
LFS patch is now upstream, and we don't support building fakeroot for the target anyway. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
356 B
Makefile
11 lines
356 B
Makefile
#############################################################
|
|
#
|
|
# fakeroot
|
|
#
|
|
#############################################################
|
|
FAKEROOT_VERSION = 1.18.2
|
|
FAKEROOT_SOURCE = fakeroot_$(FAKEROOT_VERSION).orig.tar.bz2
|
|
FAKEROOT_SITE = http://snapshot.debian.org/archive/debian/20111201T093630Z/pool/main/f/fakeroot/
|
|
|
|
$(eval $(call AUTOTARGETS,host))
|