From 64747381f97c36b9327630b0c9b9493d2b8e0d64 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Tue, 24 Aug 2010 19:06:59 +0200 Subject: Host tools: update fakeroot to 1.12.4 Signed-off-by: Abdoulaye Walsimou Gaye --- mk/fakeroot.mk | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'mk/fakeroot.mk') diff --git a/mk/fakeroot.mk b/mk/fakeroot.mk index 7a4b9d2..ae6bd13 100644 --- a/mk/fakeroot.mk +++ b/mk/fakeroot.mk @@ -1,19 +1,20 @@ ################################################################################ # Embtoolkit -# Copyright(C) 2009 Abdoulaye Walsimou GAYE. All rights reserved. +# Copyright(C) 2009-2010 Abdoulaye Walsimou GAYE. All rights reserved. # -# This program is free software; you can distribute it and/or modify it -# under the terms of the GNU General Public License -# (Version 2 or later) published by the Free Software Foundation. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. ################################################################################ # # \file fakeroot.mk @@ -23,8 +24,8 @@ # \date June 2009 ################################################################################ -FAKEROOT_VERSION := 1.11 -FAKEROOT_SITE := http://snapshot.debian.net/archive/2008/12/31/debian/pool/main/f/fakeroot +FAKEROOT_VERSION := 1.12.4 +FAKEROOT_SITE := http://ftp.debian.org/debian/pool/main/f/fakeroot FAKEROOT_PACKAGE := fakeroot_$(FAKEROOT_VERSION).tar.gz FAKEROOT_BUILD_DIR := $(TOOLS_BUILD)/fakeroot-build FAKEROOT_DIR := $(HOSTTOOLS)/usr/local/fakeroot -- cgit v1.2.3