X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c4329d081f266a0ddf29fdbb5e709fcf065ea9ac..5e7b8e0f947cc96a6398afe8c0cbaee0aeea5363:/openwrt/package/cups/Makefile diff --git a/openwrt/package/cups/Makefile b/openwrt/package/cups/Makefile index 9b84234bf..33f283574 100644 --- a/openwrt/package/cups/Makefile +++ b/openwrt/package/cups/Makefile @@ -7,7 +7,9 @@ PKG_VERSION:=1.1.23 PKG_RELEASE:=1 PKG_MD5SUM:=4ce09b1dce09b6b9398af0daae9adf63 -PKG_SOURCE_URL:=ftp://ftp3.easysw.com/pub/cups/1.1.23/ +PKG_SOURCE_URL:=http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/ftp.easysw.com/pub/cups/$(PKG_VERSION) \ + http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/cups/$(PKG_VERSION) \ + ftp://ftp3.easysw.com/pub/cups/$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-source.tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_CAT:=bzcat @@ -85,6 +87,7 @@ $(PKG_IPK): $(PKG_IPK_DIR)/usr/sbin/cupsd $(STRIP) $(PKG_IPK_DIR)/usr/lib/cups/cgi-bin/* $(STRIP) $(PKG_IPK_DIR)/usr/lib/cups/daemon/* cp -a ./files/* $(PKG_IPK_DIR)/ + find $(PKG_IPK_DIR) -name CVS | xargs rm -rf $(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR) source: $(DL_DIR)/$(PKG_SOURCE)