summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--rules/flash.make17
-rw-r--r--rules/pdksh.make2
3 files changed, 11 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 94a33a5c9..dad413a5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
* pekwm: fixed URL (dito)
* sqlite: version bump, old version was not available any more
* unionfs: fixed URL
+ * pdksh: fixed URL
+ * flash: fixed URL
2007-12-27 Robert Schwebel <r.schwebel@pengutronix.de>
diff --git a/rules/flash.make b/rules/flash.make
index 47306a6c4..4c2e27804 100644
--- a/rules/flash.make
+++ b/rules/flash.make
@@ -2,7 +2,7 @@
# $Id$
#
# Copyright (C) 2002 by Pengutronix e.K., Hildesheim, Germany
-# See CREDITS for details about who has contributed to this project.
+# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
@@ -14,12 +14,11 @@
PACKAGES-$(PTXCONF_FLASH) += flash
#
-# Paths and names
+# Paths and names
#
FLASH_VERSION = 0.9.5
-# 2007-10-16: Today version 0.9.5 from 2001 is still the latest version.
FLASH = flash-$(FLASH_VERSION)
-FLASH_URL = http://www.netsoc.ucd.ie/flash/$(FLASH).tar.gz
+FLASH_URL = http://www.pengutronix.de/software/ptxdist/temporary-src/$(FLASH).tar.gz
FLASH_SOURCE = $(SRCDIR)/$(FLASH).tar.gz
FLASH_DIR = $(BUILDDIR)/$(FLASH)
FLASH_EXTRACT = gzip -dc
@@ -123,7 +122,7 @@ flash_targetinstall: $(STATEDIR)/flash.targetinstall
$(STATEDIR)/flash.targetinstall: $(flash_targetinstall_deps_default)
@$(call targetinfo, $@)
-
+
@$(call install_init, flash)
@$(call install_fixup, flash,PACKAGE,flash)
@$(call install_fixup, flash,PRIORITY,optional)
@@ -135,7 +134,7 @@ $(STATEDIR)/flash.targetinstall: $(flash_targetinstall_deps_default)
@$(call install_copy, flash, 0, 0, 0755, $(FLASH_DIR)/flash, /usr/bin/flash)
- # FIMXE: RSC: permissions?
+ # FIMXE: RSC: permissions?
@$(call install_copy, flash, 0, 0, 0755, $(FLASH_DIR)/modules/alarms, /usr/lib/flash/alarms)
@$(call install_copy, flash, 0, 0, 0755, $(FLASH_DIR)/modules/background, /usr/lib/flash/background)
@$(call install_copy, flash, 0, 0, 0755, $(FLASH_DIR)/modules/countdown, /usr/lib/flash/countdown)
@@ -147,9 +146,9 @@ $(STATEDIR)/flash.targetinstall: $(flash_targetinstall_deps_default)
# Clean
# ----------------------------------------------------------------------------
-flash_clean:
- rm -fr $(STATEDIR)/flash.*
- rm -fr $(IMAGEDIR)/flash_*
+flash_clean:
+ rm -fr $(STATEDIR)/flash.*
+ rm -fr $(IMAGEDIR)/flash_*
rm -fr $(FLASH_DIR)
# vim: syntax=make
diff --git a/rules/pdksh.make b/rules/pdksh.make
index 0edbd5253..d8f67cb58 100644
--- a/rules/pdksh.make
+++ b/rules/pdksh.make
@@ -21,7 +21,7 @@ PACKAGES-$(PTXCONF_PDKSH) += pdksh
PDKSH_VERSION = 5.2.14
PDKSH = pdksh-$(PDKSH_VERSION)
PDKSH_SUFFIX = tar.gz
-PDKSH_URL = ftp://ftp.demon.net/pub/mirrors/pdksh/$(PDKSH).$(PDKSH_SUFFIX)
+PDKSH_URL = ftp://ftp.cs.mun.ca/pub/pdksh/$(PDKSH).$(PDKSH_SUFFIX)
PDKSH_SOURCE = $(SRCDIR)/$(PDKSH).tar.gz
PDKSH_DIR = $(BUILDDIR)/$(PDKSH)