aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-24 02:27:19 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-24 02:27:19 +0000
commit1489667ac3e551de6f7d0afc8556f216abc1d1cc (patch)
treef966163f0da51956d7231ee301238df5bde62e11
parentba6e8564e4577054df7a3fa2d7c9578f59d6957e (diff)
downloadupstream-1489667ac3e551de6f7d0afc8556f216abc1d1cc.tar.gz
upstream-1489667ac3e551de6f7d0afc8556f216abc1d1cc.tar.bz2
upstream-1489667ac3e551de6f7d0afc8556f216abc1d1cc.zip
Switch to .tar.bz2 archive
SVN-Revision: 1043
-rw-r--r--openwrt/package/pcre/Makefile6
-rw-r--r--openwrt/package/zlib/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/openwrt/package/pcre/Makefile b/openwrt/package/pcre/Makefile
index 3697bedce5..3ebfdc1c0e 100644
--- a/openwrt/package/pcre/Makefile
+++ b/openwrt/package/pcre/Makefile
@@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=pcre
PKG_VERSION:=5.0
PKG_RELEASE:=3
-PKG_MD5SUM:=53976b62032fd5c76678274e5fd196b4
+PKG_MD5SUM:=813850808894d99fb5b1c41ec6335d4f
PKG_SOURCE_URL:=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_CAT:=zcat
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_CAT:=bzcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
diff --git a/openwrt/package/zlib/Makefile b/openwrt/package/zlib/Makefile
index de769ed3c0..8dc2cc3193 100644
--- a/openwrt/package/zlib/Makefile
+++ b/openwrt/package/zlib/Makefile
@@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=zlib
PKG_VERSION:=1.2.2
PKG_RELEASE:=1
-PKG_MD5SUM:=68bd51aaa6558c3bc3fd4890e53413de
+PKG_MD5SUM:=1b8aab042d40979e456194c468fd72c5
PKG_SOURCE_URL:=http://www.zlib.net/
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_CAT:=zcat
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_CAT:=bzcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install