summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-09-19 14:44:04 +0000
committerSteven Barth <steven@midlink.org>2008-09-19 14:44:04 +0000
commit2d3f2a9eaa33b49b0592ea5e60f0137372b22d48 (patch)
tree6408d6dbaf7aa0fbaca4e951a8571007ce951c5f /contrib
parent2b8a092f93efaa452e0a1b37ae08c034cbed2ee5 (diff)
Change source URLs to local mirror
Diffstat (limited to 'contrib')
-rw-r--r--contrib/bitlib/Makefile2
-rw-r--r--contrib/luaposix/Makefile2
-rw-r--r--contrib/luasocket/Makefile2
-rw-r--r--contrib/package/bitlib/Makefile3
-rw-r--r--contrib/package/luaposix/Makefile3
-rw-r--r--contrib/package/luasocket/Makefile3
6 files changed, 9 insertions, 6 deletions
diff --git a/contrib/bitlib/Makefile b/contrib/bitlib/Makefile
index a95da2374..ea08c973b 100644
--- a/contrib/bitlib/Makefile
+++ b/contrib/bitlib/Makefile
@@ -2,7 +2,7 @@ include ../../build/config.mk
include ../../build/gccconfig.mk
BITLIB_VERSION = 25
-BITLIB_SITE = http://luaforge.net/frs/download.php/3065/
+BITLIB_SITE = http://dev.luci.freifunk-halle.net/sources/
BITLIB_DIR = bitlib-$(BITLIB_VERSION)
BITLIB_FILE = $(BITLIB_DIR).tar.gz
BITLIB_URL = $(BITLIB_SITE)/$(BITLIB_FILE)
diff --git a/contrib/luaposix/Makefile b/contrib/luaposix/Makefile
index 1d7744ee7..a91138de8 100644
--- a/contrib/luaposix/Makefile
+++ b/contrib/luaposix/Makefile
@@ -2,7 +2,7 @@ include ../../build/config.mk
include ../../build/gccconfig.mk
LUAPOSIX_VERSION = 5.1.3
-LUAPOSIX_SITE = http://luaforge.net/frs/download.php/3449/
+LUAPOSIX_SITE = http://dev.luci.freifunk-halle.net/sources/
LUAPOSIX_DIR = luaposix-$(LUAPOSIX_VERSION)
LUAPOSIX_FILE = $(LUAPOSIX_DIR).tar.gz
LUAPOSIX_URL = $(LUAPOSIX_SITE)/$(LUAPOSIX_FILE)
diff --git a/contrib/luasocket/Makefile b/contrib/luasocket/Makefile
index 2e187e2e5..b389484f8 100644
--- a/contrib/luasocket/Makefile
+++ b/contrib/luasocket/Makefile
@@ -2,7 +2,7 @@ include ../../build/config.mk
include ../../build/gccconfig.mk
LUASOCKET_VERSION = 2.0.2
-LUASOCKET_SITE = http://luaforge.net/frs/download.php/2664/
+LUASOCKET_SITE = http://dev.luci.freifunk-halle.net/sources/
LUASOCKET_DIR = luasocket-$(LUASOCKET_VERSION)
LUASOCKET_FILE = $(LUASOCKET_DIR).tar.gz
LUASOCKET_URL = $(LUASOCKET_SITE)/$(LUASOCKET_FILE)
diff --git a/contrib/package/bitlib/Makefile b/contrib/package/bitlib/Makefile
index 5c811a21a..9213ed5f6 100644
--- a/contrib/package/bitlib/Makefile
+++ b/contrib/package/bitlib/Makefile
@@ -12,7 +12,8 @@ PKG_VERSION:=25
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://luaforge.net/frs/download.php/3065
+PKG_SOURCE_URL:=http://dev.luci.freifunk-halle.net/sources/\
+ http://luaforge.net/frs/download.php/3065
PKG_MD5SUM:=18f124c80c685f2269296a7172e600fe
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
diff --git a/contrib/package/luaposix/Makefile b/contrib/package/luaposix/Makefile
index bcbd40186..348fe23f7 100644
--- a/contrib/package/luaposix/Makefile
+++ b/contrib/package/luaposix/Makefile
@@ -12,7 +12,8 @@ PKG_VERSION:=5.1.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://luaforge.net/frs/download.php/3449
+PKG_SOURCE_URL:=http://dev.luci.freifunk-halle.net/sources/\
+ http://luaforge.net/frs/download.php/3449
PKG_MD5SUM:=4271f321c39d0560d9fbe6ca882a67aa
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
diff --git a/contrib/package/luasocket/Makefile b/contrib/package/luasocket/Makefile
index 65538d18d..254385a2b 100644
--- a/contrib/package/luasocket/Makefile
+++ b/contrib/package/luasocket/Makefile
@@ -5,7 +5,8 @@ PKG_VERSION:=2.0.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://luaforge.net/frs/download.php/2664/
+PKG_SOURCE_URL:=http://dev.luci.freifunk-halle.net/sources/\
+ http://luaforge.net/frs/download.php/2664/
PKG_MD5SUM:=41445b138deb7bcfe97bff957503da8e
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)