summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-11-03 11:08:32 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-11-03 11:08:32 +0000
commitc7ee15c0aee284e8628035a4cc95fb330779a253 (patch)
tree0a058f681d423ce606b8de7f610ac0bacc082b5d /rules
parentfbbd8408d3d83671a28b25ee324ae7fcbf9794e5 (diff)
downloadptxdist-c7ee15c0aee284e8628035a4cc95fb330779a253.tar.gz
ptxdist-c7ee15c0aee284e8628035a4cc95fb330779a253.tar.xz
* original sources not available, server down
moved package to temporary src on pengutronix.de git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6273 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/libnet.make8
1 files changed, 5 insertions, 3 deletions
diff --git a/rules/libnet.make b/rules/libnet.make
index 8b3d78019..ed0dc8f8a 100644
--- a/rules/libnet.make
+++ b/rules/libnet.make
@@ -2,7 +2,7 @@
# $Id$
#
# Copyright (C) 2003 by Marc Kleine-Budde <kleine-budde.de>
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -20,7 +20,9 @@ PACKAGES-$(PTXCONF_LIBNET) += libnet
LIBNET_VERSION = 1.1.3-RC-01
LIBNET = libnet-$(LIBNET_VERSION)
LIBNET_SUFFIX = tar.gz
-LIBNET_URL = http://www.packetfactory.net/libnet/dist/$(LIBNET).$(LIBNET_SUFFIX)
+LIBNET_URL = http://www.pengutronix.de/software/ptxdist/temporary-src/$(LIBNET).$(LIBNET_SUFFIX)
+# (temprary?) offline, 20061103
+#LIBNET_URL = http://www.packetfactory.net/libnet/dist/$(LIBNET).$(LIBNET_SUFFIX)
LIBNET_SOURCE = $(SRCDIR)/$(LIBNET).$(LIBNET_SUFFIX)
LIBNET_DIR = $(BUILDDIR)/$(LIBNET)
@@ -107,7 +109,7 @@ libnet_targetinstall: $(STATEDIR)/libnet.targetinstall
$(STATEDIR)/libnet.targetinstall: $(libnet_targetinstall_deps_default)
@$(call targetinfo, $@)
- # FIXME: nothing to do?
+ # FIXME: nothing to do?
@$(call touch, $@)
# ----------------------------------------------------------------------------