From 1332acca14a702de490fc87fd7866e9e57dbb8a2 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 29 Jan 2014 12:55:40 +0000 Subject: [PATCH] cups: Update package source URL The ftp.easysw.com site has disappeared completely. This patch adds the official cups site as package source and drops all easysw.com servers and not longer existent mirrors of easys.com. Signed-off-by: Mathias Kresin SVN-Revision: 39415 --- net/cups/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net/cups/Makefile b/net/cups/Makefile index 550d00e861..a8d6425863 100644 --- a/net/cups/Makefile +++ b/net/cups/Makefile @@ -12,10 +12,7 @@ PKG_VERSION:=1.5.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-source.tar.bz2 -PKG_SOURCE_URL:= \ - http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/cups/$(PKG_VERSION) \ - ftp://ftp.easysw.com/pub/cups/$(PKG_VERSION) \ - ftp://ftp3.easysw.com/pub/cups/$(PKG_VERSION) +PKG_SOURCE_URL:= http://www.cups.org/software/$(PKG_VERSION) PKG_MD5SUM:=de3006e5cf1ee78a9c6145ce62c4e982 TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib -- 2.30.2