summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-24 19:06:59 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-24 19:06:59 +0200
commit64747381f97c36b9327630b0c9b9493d2b8e0d64 (patch)
treeb100958cf67e53c009f35386f90533bb850e7f5b
parentb95548a47b337b62894f42d703b5e84bd105bcf7 (diff)
downloadembtoolkit-64747381f97c36b9327630b0c9b9493d2b8e0d64.tar.gz
embtoolkit-64747381f97c36b9327630b0c9b9493d2b8e0d64.tar.bz2
embtoolkit-64747381f97c36b9327630b0c9b9493d2b8e0d64.tar.xz
Host tools: update fakeroot to 1.12.4
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--mk/fakeroot.mk27
1 files changed, 14 insertions, 13 deletions
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 <http://www.gnu.org/licenses/>.
#
-# 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